]> git.ipfire.org Git - thirdparty/ut1-blacklists.git/commitdiff
git pull with the --rebase in GitLab CI
authorLuc Sarzyniec <devel@olbat.net>
Mon, 21 Feb 2022 17:34:15 +0000 (18:34 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Feb 2022 17:34:15 +0000 (18:34 +0100)
.gitlab-ci.yml

index dead133159c89e1e7678f890cbb868dffa3ebe05..eec230785e07e83943da6d494990cbf5aa46c58b 100644 (file)
@@ -6,7 +6,7 @@ update-lists:
     - git config user.name "GitLab CI Runner"
     - git config user.email "gitlab@example.com"
     - git checkout -b $CI_DEFAULT_BRANCH || true
-    - git pull
+    - git pull --rebase
   script:
     # install required dependencies
     - bundle install