From f8e31089b3e7f8db7d5ef8648aa99015b3fba45c Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Fri, 12 Jan 2024 16:17:38 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab/mirror.yml b/.gitlab/mirror.yml index 9785e77..5c2eb25 100644 --- a/.gitlab/mirror.yml +++ b/.gitlab/mirror.yml @@ -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"