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
6cfb49fe39
commit
f8e31089b3
1 changed files with 4 additions and 0 deletions
|
@ -28,10 +28,14 @@ pull-github:
|
|||
|
||||
push-gitlab:
|
||||
stage: push
|
||||
before_script:
|
||||
- apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
|
||||
script:
|
||||
- git push origin "$CI_COMMIT_BRANCH"
|
||||
|
||||
push-github:
|
||||
stage: push
|
||||
before_script:
|
||||
- apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
|
||||
script:
|
||||
- git push github "$CI_COMMIT_BRANCH"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue