🚧 GitLab CI Test

master
Mike Gerber 4 months ago
parent 344f96dca9
commit af83b35f23

@ -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
Loading…
Cancel
Save