mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-27 11:19:55 +02:00
🚧 GitLab CI Test: Push after pulling
This commit is contained in:
parent
5eba65f097
commit
6cfb49fe39
1 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
stages:
|
stages:
|
||||||
- pull
|
- pull
|
||||||
|
- push
|
||||||
|
|
||||||
default:
|
default:
|
||||||
image: debian
|
image: debian
|
||||||
|
@ -24,3 +25,13 @@ pull-github:
|
||||||
- git remote -v
|
- git remote -v
|
||||||
|
|
||||||
- git pull github "$CI_COMMIT_BRANCH"
|
- 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…
Add table
Add a link
Reference in a new issue