1
0
Fork 0
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:
Mike Gerber 2024-01-12 16:17:38 +01:00
parent 6cfb49fe39
commit f8e31089b3

View file

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