🚧 GitLab CI Test: Push after pulling

master
Mike Gerber 4 months ago
parent 5eba65f097
commit 6cfb49fe39

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

Loading…
Cancel
Save