From a95a85a889a6b4a4f90818f1a35b99c6034c0b05 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Fri, 12 Jan 2024 12:45:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20GitLab=20CI=20Test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab/mirror.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab/mirror.yml b/.gitlab/mirror.yml index 8a39ac8..d621e31 100644 --- a/.gitlab/mirror.yml +++ b/.gitlab/mirror.yml @@ -16,6 +16,9 @@ pull-github: - apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/* script: - whoami; env + + - git remove remove github 2>/dev/null || true - git remote add github https://github.com/qurator-spk/dinglehopper.git - git remote -v + - git pull github master