Skip to content

Commit

Permalink
🚧 GitLab CI Test: Push after pulling
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Jan 12, 2024
1 parent 5eba65f commit 6cfb49f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitlab/mirror.yml
Original file line number Diff line number Diff line change
@@ -1,5 1,6 @@
stages:
- pull
- push

default:
image: debian
Expand All @@ -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"

0 comments on commit 6cfb49f

Please sign in to comment.