Skip to content
Snippets Groups Projects
Commit 29b127fe authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

Revert "gitlab-ci: remove git fetch before_script"

Decided it's better to do it in one place than repeating the logic on
multiple places.

This reverts commit fb5b97d0.
parent f5e1b468
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,13 @@ variables: ...@@ -6,6 +6,13 @@ variables:
GIT_STRATEGY: fetch GIT_STRATEGY: fetch
GIT_DEPTH: "0" GIT_DEPTH: "0"
default:
# Make sure master points to the correct upstream commit
before_script:
- >
git fetch $CI_MERGE_REQUEST_PROJECT_URL
+refs/heads/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME:refs/heads/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME
lint: lint:
stage: lint stage: lint
image: alpinelinux/apkbuild-lint-tools:latest image: alpinelinux/apkbuild-lint-tools:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment