Delete gitlab script for repo mirroring

This commit is contained in:
Michael Watzko 2021-07-24 17:58:20 +02:00
commit 3037cb3534

View file

@ -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