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: 68dd57824ab7ed39ceac51f4deda8e94e63e9e4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "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."
      }
    }
  }
}