summaryrefslogtreecommitdiff
path: root/.gitlab/ci/_skip.yml
blob: 27a3ff5b836f7584973f588936d3a87b5d2cc398 (plain)
1
2
3
4
5
6
7
8
9
10
11
# no-op pipeline template for skipping whole child pipeline execution

no-op:
  image: ${GITLAB_DEPENDENCY_PROXY}alpine:latest
  stage: test
  variables:
    GIT_STRATEGY: none
  script:
    - echo "${SKIP_MESSAGE:-no-op run, nothing will be executed!}"
  rules:
    - when: always