summaryrefslogtreecommitdiff
path: root/.gitlab/ci/_skip.yml
blob: 9d3745cf2f171568f4b01d59c21342e2f2e3a675 (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_ADDRESS}alpine:latest
  stage: test
  variables:
    GIT_STRATEGY: none
  script:
    - echo "${SKIP_MESSAGE:-no-op run, nothing will be executed!}"
  rules:
    - when: always