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

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