|
|
|
@ -1,9 +1,6 @@
|
|
|
|
|
stages:
|
|
|
|
|
- pull
|
|
|
|
|
|
|
|
|
|
default:
|
|
|
|
|
image: alpine
|
|
|
|
|
|
|
|
|
|
pull-gitlab:
|
|
|
|
|
stage: pull
|
|
|
|
|
script:
|
|
|
|
@ -11,7 +8,7 @@ pull-gitlab:
|
|
|
|
|
|
|
|
|
|
pull-github:
|
|
|
|
|
stage: pull
|
|
|
|
|
before_script:
|
|
|
|
|
- apk add --no-cache git
|
|
|
|
|
# before_script:
|
|
|
|
|
# - apk add --no-cache git
|
|
|
|
|
script:
|
|
|
|
|
- git pull https://github.com/qurator-spk/dinglehopper.git
|
|
|
|
|