Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_skip.yml « ci « .gitlab - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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