move gitlab CI config
This commit is contained in:
parent
dee2927a51
commit
ac9cd97bd7
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
stages: # List of stages for jobs, and their order of execution
|
stages:
|
||||||
- update
|
- update
|
||||||
|
|
||||||
update:
|
update:
|
||||||
|
@ -10,4 +10,4 @@ update:
|
||||||
- git config --global user.name "Gitlab CI"
|
- git config --global user.name "Gitlab CI"
|
||||||
script:
|
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
|
- 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