aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-02-09 18:35:49 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-02-09 18:35:49 +0000
commit84b35926814fc2e77ba9ec5874cae2917057330f (patch)
tree31af222036764d3be41d45e9584ac263ecb81ffa /.gitlab-ci.yml
parentd7bba00e349351db1d005a041f8b4731f24e89e3 (diff)
ci: silence fetching from upstream
To reduce noise in the job log, silence the output of `git fetch`.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 88fd7fe2bad..9aa2c382b3c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ default:
# Make sure master points to the correct upstream commit
before_script:
- >
- git fetch $CI_MERGE_REQUEST_PROJECT_URL
+ git fetch -nq $CI_MERGE_REQUEST_PROJECT_URL
+refs/heads/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME:refs/heads/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME
lint: