From: Luc Sarzyniec Date: Mon, 21 Feb 2022 17:34:15 +0000 (+0100) Subject: git pull with the --rebase in GitLab CI X-Git-Tag: 2022-04-02~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=406b074dfd7be651086df0a8df89ecb5922a0253;p=thirdparty%2Fut1-blacklists.git git pull with the --rebase in GitLab CI --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dead1331..eec23078 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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