Delete gitlab script for repo mirroring
This commit is contained in:
parent
96c6edfd81
commit
3037cb3534
1 changed files with 0 additions and 10 deletions
|
|
@ -1,10 +0,0 @@
|
|||
# version 1.1.0
|
||||
mirror:
|
||||
script:
|
||||
- git config --global push.default simple
|
||||
- git config --global push.followTags true
|
||||
- git checkout -f ${CI_COMMIT_REF_NAME}
|
||||
- git pull origin ${CI_COMMIT_REF_NAME}
|
||||
- git push -q https://${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git --all
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue