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

release_assets_links_empty.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: 84a1aa1469845e0395c3637ab71c461a0b91eedb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "gitlab-ci-release-assets-links-empty": {
    "script": "dostuff",
    "stage": "deploy",
    "release": {
      "description": "Created using the release-cli $EXTRA_DESCRIPTION",
      "tag_name": "$CI_COMMIT_TAG",
      "assets": {
        "links": []
      }
    }
  }
}