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

variables_mix_string_and_user_input.json « positive_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: 87a9ec05b575f8fbd582d2b59e7378b54941cce6 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "variables": {
    "SOME_STR": "--batch-mode --errors --fail-at-end --show-version",
    "SOME_INT": 10,
    "SOME_USER_INPUT_FLAG": {
      "value": "flag value",
      "description": "Some Flag!"
    }
  }
}