From 10ccba989e651771d7c7142b9ed8ca86419ce165 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Thu, 11 Jan 2024 20:43:34 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab/mirror.yml b/.gitlab/mirror.yml index 82117a7..8a39ac8 100644 --- a/.gitlab/mirror.yml +++ b/.gitlab/mirror.yml @@ -16,4 +16,6 @@ pull-github: - apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/* script: - whoami; env - - git pull https://github.com/qurator-spk/dinglehopper.git + - git remote add github https://github.com/qurator-spk/dinglehopper.git + - git remote -v + - git pull github master