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

job_when.yml « negative_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: d4e3911ff604dc73b8d2ae868d1d67bde9130602 (plain)
1
2
3
4
5
6
7
8
9
10
11
job_with_wrong_when:
  script: exit 0
  when: on_xyz

job_with_boolean_when:
  script: exit 0
  when: true

job_with_array_when:
  script: exit 0
  when: [on_success]