summaryrefslogtreecommitdiff
path: root/spec/frontend/editor/schema/ci/json_tests/negative_tests/job_variables_must_not_contain_objects.json
blob: bfdbf26ee70c3cd7baff5d6a5b3a8694013dc934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "gitlab-ci-variables-object": {
    "stage": "test",
    "script": ["true"],
    "variables": {
      "DEPLOY_ENVIRONMENT": {
        "value": "staging",
        "description": "The deployment target. Change this variable to 'canary' or 'production' if needed."
      }
    }
  }
}