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