move gitlab CI config

This commit is contained in:
Tim Schubert 2022-04-19 20:35:45 +02:00
parent dee2927a51
commit ac9cd97bd7
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -1,13 +0,0 @@
stages: # List of stages for jobs, and their order of execution
- update
update:
stage: update
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
before_script:
- git config --global user.email "git@git.fginfo.tu-bs.de"
- git config --global user.name "Gitlab CI"
script:
- ./update < pads.txt
- git push "https://${GITLAB_USER_NAME}:${CI_ACCESS_TOKEN}@${CI_REPOSITORY_URL#*@}" "HEAD:${CI_COMMIT_REF_NAME}" -o skip-ci