update .gitlab-ci.yml file
This commit is contained in:
parent
0bd308b9e3
commit
dee2927a51
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue