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

cache.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: 04020c06753850b691fe01538aef46ce5b22ca57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
stages:
  - prepare

# invalid cache:when values
when no integer:
  stage: prepare
  cache:
    when: 0

when must be a reserved word:
  stage: prepare
  cache:
    when: 'never'