Add matrix release alert script and gitlab job (#688)

* Add matrix release alert script and gitlab job

* Update .gitlab-ci.yml

Co-Authored-By: Kirill Pimenov <kirill@parity.io>
This commit is contained in:
s3krit
2019-12-13 16:08:32 +01:00
committed by Ashley
parent ac952532e1
commit 68132e3fd3
2 changed files with 71 additions and 3 deletions
+8 -3
View File
@@ -111,8 +111,14 @@ check-line-width:
interruptible: true
allow_failure: true
alert-pending-release:
stage: test
image: parity/tools:latest
only:
- tags
- /^v[0-9]+\.[0-9]+\.[0-9]+.*$/ # i.e. v1.0.1, v2.1.0rc1
script:
- ./scripts/gitlab/alert_pending_release.sh
test-linux-stable: &test
stage: test
@@ -365,4 +371,3 @@ deploy-polkasync-kusama:
${GITLAB_API}/projects/${GITHUB_API_PROJECT}/trigger/pipeline | jq .