]> git.ipfire.org Git - thirdparty/ut1-blacklists.git/commitdiff
Fix: GitLab CI pipeline fails because Bundle dependencies are not installed fix-gitlab-ci-pipeline 18/head
authorLuc Sarzyniec <devel@olbat.net>
Sat, 8 Jan 2022 13:50:00 +0000 (14:50 +0100)
committerLuc Sarzyniec <devel@olbat.net>
Sat, 8 Jan 2022 13:50:00 +0000 (14:50 +0100)
.gitlab-ci.yml

index 722e38a98db1ab66cb7a4cc7f1e0e8da78b5e8aa..65720180243b398a40cf56530c28cbb688a74849 100644 (file)
@@ -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