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

job_when.yml « positive_tests « yaml_tests « ci « schema « editor « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a684a78f4e713a36ef52aab48860488e3cca46a (plain)
1
2
3
4
5
6
7
8
9
10
job_with_no_when:
  script: exit 0

job_with_when_always:
  script: exit 0
  when: always

job_with_when_on_failure:
  script: exit 0
  when: on_failure