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

job_variables_must_not_contain_objects.json « negative_tests « json_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: 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."
      }
    }
  }
}