This commit is contained in:
Tim Schubert 2022-04-26 21:35:24 +02:00
parent 880c648cb8
commit 6423d1dc04
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -13,4 +13,4 @@ update:
- git config --global user.name "Gitlab CI" - git config --global user.name "Gitlab CI"
script: script:
- /update < pads.txt - /update < pads.txt
- git push "https://${CI_ACCESS_TOKEN}@${CI_REPOSITORY_URL#*@}" "HEAD:${CI_COMMIT_REF_NAME}" -o skip-ci - git push "https://gitlab-ci-token:${CI_ACCESS_TOKEN}@${CI_REPOSITORY_URL#*@}" "HEAD:${CI_COMMIT_REF_NAME}" -o skip-ci