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

retry_unknown_when.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: 433504f52c64084a0f047432473c7b8ccf8b0e4e (plain)
1
2
3
4
5
6
7
8
9
{
  "gitlab-ci-retry-object-unknown-when": {
    "stage": "test",
    "script": "rspec",
    "retry": {
      "when": "gitlab-ci-retry-object-unknown-when"
    }
  }
}