From af83b35f2372a83ad880496e329b85788be04738 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Thu, 11 Jan 2024 19:18:35 +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 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitlab/mirror.yml diff --git a/.gitlab/mirror.yml b/.gitlab/mirror.yml new file mode 100644 index 0000000..c1cb76c --- /dev/null +++ b/.gitlab/mirror.yml @@ -0,0 +1,15 @@ +stages: + - pull + +default: + image: alpine + +pull-gitlab: + stage: pull + script: + - echo "This is redundant" + +pull-github: + stage: pull + script: + - git pull https://github.com/qurator-spk/dinglehopper.git