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: 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