From ad2528054dd2ec1185dd8d4b52896d5d98dfd39c Mon Sep 17 00:00:00 2001 From: Luc Sarzyniec Date: Mon, 21 Feb 2022 18:22:43 +0100 Subject: [PATCH] Pull the last version of the main branch before updating the lists from GitLab CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3