fixup
This commit is contained in:
parent
20d2a11afb
commit
5ba86aac41
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@ stages:
|
|||
- update
|
||||
|
||||
update:
|
||||
variables:
|
||||
image: git.fginfo.tu-bs.de:5050/fginfo/pad-archiver:main
|
||||
tags:
|
||||
- docker
|
||||
|
@ -14,4 +13,4 @@ update:
|
|||
- git config --global user.name "Gitlab CI"
|
||||
script:
|
||||
- /update < pads.txt
|
||||
- git push "https://git:${CI_ACCESS_TOKEN}@${CI_REPOSITORY_URL}" "HEAD:${CI_COMMIT_REF_NAME}" -o skip-ci
|
||||
- git push "git:${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