@ -1,6 +1,17 @@
|
|||||||
stages:
|
stages:
|
||||||
|
- validation
|
||||||
- sync
|
- sync
|
||||||
|
|
||||||
|
dummy:
|
||||||
|
image: alpine:latest
|
||||||
|
stage: validation
|
||||||
|
script:
|
||||||
|
- echo dummy job
|
||||||
|
rules:
|
||||||
|
- if: "$CI_COMMIT_BRANCH"
|
||||||
|
when: always
|
||||||
|
- when: never
|
||||||
|
|
||||||
|
|
||||||
.git_push_mirror:
|
.git_push_mirror:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
|
Reference in New Issue
Block a user