update ci config
This commit is contained in:
parent
1bb36da422
commit
e6db855732
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ stages:
|
|||
- update
|
||||
|
||||
update:
|
||||
image: fginfo/pad-archiver
|
||||
stage: update
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
|
@ -9,5 +10,5 @@ update:
|
|||
- git config --global user.email "git@git.fginfo.tu-bs.de"
|
||||
- git config --global user.name "Gitlab CI"
|
||||
script:
|
||||
- ./update < pads.txt
|
||||
- /update < pads.txt
|
||||
- git push "https://${GITLAB_USER_NAME}:${CI_ACCESS_TOKEN}@${CI_REPOSITORY_URL#*@}" "HEAD:${CI_COMMIT_REF_NAME}" -o skip-ci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue