update .gitlab-ci.yml file

This commit is contained in:
Tim Schubert 2022-04-19 18:32:18 +00:00
parent 0bd308b9e3
commit dee2927a51

View file

@ -3,6 +3,8 @@ stages: # List of stages for jobs, and their order of execution
update: update:
stage: update stage: update
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
before_script: before_script:
- git config --global user.email "git@git.fginfo.tu-bs.de" - git config --global user.email "git@git.fginfo.tu-bs.de"
- git config --global user.name "Gitlab CI" - git config --global user.name "Gitlab CI"