From: Luc Sarzyniec Date: Sat, 8 Jan 2022 13:17:38 +0000 (+0100) Subject: Update lists from GitLab CI X-Git-Tag: 2022-01-08~4^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fadd-gitlab-ci-support;p=thirdparty%2Fut1-blacklists.git Update lists from GitLab CI --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..722e38a9 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,15 @@ +--- +update-lists: + stage: deploy + image: ruby:3 + before_script: + - git config user.name "GitLab CI Runner" + - git config user.email "gitlab@example.com" + - git checkout -b $MAIN_BRANCH || true + script: + - scripts/update-lists + - bundle exec scripts/generate-readme < README.md.erb > README.md + - scripts/sync-git + only: + - web + - schedules