From: Luc Sarzyniec Date: Mon, 21 Feb 2022 17:22:43 +0000 (+0100) Subject: Pull the last version of the main branch before updating the lists from GitLab CI X-Git-Tag: 2022-04-02~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad2528054dd2ec1185dd8d4b52896d5d98dfd39c;p=thirdparty%2Fut1-blacklists.git Pull the last version of the main branch before updating the lists from GitLab CI --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65720180..325e4442 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ update-lists: - git config user.name "GitLab CI Runner" - git config user.email "gitlab@example.com" - git checkout -b $MAIN_BRANCH || true + - git pull script: # install required dependencies - bundle install