1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00

🚧 GitLab CI Test: Push after pulling

This commit is contained in:
Mike Gerber 2024-01-12 16:14:22 +01:00
parent 5eba65f097
commit 6cfb49fe39

View file

@ -1,5 +1,6 @@
stages:
- pull
- push
default:
image: debian
@ -24,3 +25,13 @@ pull-github:
- git remote -v
- git pull github "$CI_COMMIT_BRANCH"
push-gitlab:
stage: push
script:
- git push origin "$CI_COMMIT_BRANCH"
push-github:
stage: push
script:
- git push github "$CI_COMMIT_BRANCH"