summaryrefslogtreecommitdiff
path: root/spec/frontend/editor/schema/ci/yaml_tests/positive_tests/variables.yml
blob: ee71087a72eaab6f29c071f6a6ea9ba2741839b3 (plain)
1
2
3
4
5
6
7
8
variables:
  TEST_VAR: "hello world!"
  123456: "123456"
  FOO:
    value: "BAR"
    description: "A single value variable"
  DEPLOY_ENVIRONMENT:
    description: "A multi-value variable"