From d0ddfa68a12d19a045d5f9ebe0cccb300b1ce1ef Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Thu, 11 Jan 2024 20:25:00 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab/mirror.yml b/.gitlab/mirror.yml index 33bc502..9863e9e 100644 --- a/.gitlab/mirror.yml +++ b/.gitlab/mirror.yml @@ -11,8 +11,8 @@ pull-gitlab: pull-github: stage: pull -# before_script: -# - apk add --no-cache git - script: + before_script: - whoami + - apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/* + script: - git pull https://github.com/qurator-spk/dinglehopper.git