update .gitlab-ci.yml file
This commit is contained in:
parent
033f892b73
commit
0bd308b9e3
1 changed files with 11 additions and 0 deletions
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
stages: # List of stages for jobs, and their order of execution
|
||||
- update
|
||||
|
||||
update:
|
||||
stage: update
|
||||
before_script:
|
||||
- git config --global user.email "git@git.fginfo.tu-bs.de"
|
||||
- git config --global user.name "Gitlab CI"
|
||||
script:
|
||||
- ./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