summaryrefslogtreecommitdiff
path: root/spec/frontend/editor/schema/ci/yaml_tests/positive_tests/filter.yml
blob: f82ea71dcf3d543cb8d738df4c3969306bb8c261 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# valid only/except values
only and except as array of strings:
  script:
    - echo "hello world"
  only:
    - foo
  except:
    - bar

only as null value:
  extends: deploy-template
  only:

except as null value:
  extends: deploy-template
  except: