From: Luc Sarzyniec Date: Sat, 8 Jan 2022 13:50:00 +0000 (+0100) Subject: Fix: GitLab CI pipeline fails because Bundle dependencies are not installed X-Git-Tag: 2022-01-08~2^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F18%2Fhead;p=thirdparty%2Fut1-blacklists.git Fix: GitLab CI pipeline fails because Bundle dependencies are not installed --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 722e38a9..65720180 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,16 @@ update-lists: - git config user.email "gitlab@example.com" - git checkout -b $MAIN_BRANCH || true script: + # install required dependencies + - bundle install + + # fetch the last version of the blacklists - scripts/update-lists + + # update table in README file - bundle exec scripts/generate-readme < README.md.erb > README.md + + # push updates to git repository - scripts/sync-git only: - web