debian-mirror-gitlab/.gitlab/ci/_skip.yml

12 lines
290 B
YAML
Raw Normal View History

2022-10-11 01:57:18 +05:30
# no-op pipeline template for skipping whole child pipeline execution
no-op:
2022-11-25 23:54:43 +05:30
image: ${GITLAB_DEPENDENCY_PROXY_ADDRESS}alpine:latest
2022-10-11 01:57:18 +05:30
stage: test
variables:
GIT_STRATEGY: none
script:
- echo "${SKIP_MESSAGE:-no-op run, nothing will be executed!}"
rules:
- when: always