update container
This commit is contained in:
parent
e545d32aed
commit
ed2d777c77
2 changed files with 10 additions and 9 deletions
|
@ -8,9 +8,5 @@ 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:
|
||||
- ./pad-archiver < pads.txt
|
||||
- git push "https://gitlab-ci-token:${CI_ACCESS_TOKEN}@${CI_REPOSITORY_URL#*@}" "HEAD:${CI_COMMIT_REF_NAME}" -o skip-ci
|
||||
- pad-archiver --push --remote "${CI_REPOSITORY_URL#*@}" --username gitlab-ci-token --password "${CI_ACCESS_TOKEN} < pads.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue