From 6cfb49fe39dfdb0292c383c9b79848d7f6c387e0 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Fri, 12 Jan 2024 16:14:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20GitLab=20CI=20Test:=20Push=20aft?= =?UTF-8?q?er=20pulling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab/mirror.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab/mirror.yml b/.gitlab/mirror.yml index 86a4021..9785e77 100644 --- a/.gitlab/mirror.yml +++ b/.gitlab/mirror.yml @@ -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"