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:
parent
5eba65f097
commit
6cfb49fe39
1 changed files with 11 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue