mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
[CI] add check_tags CI job (#1072)
* add check_tags CI job * fix typo in gitlab-ci.yml * add more useful CI output * Make presence of github token optional
This commit is contained in:
@@ -73,7 +73,16 @@ variables:
|
||||
- /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
|
||||
- /^[0-9]+$/
|
||||
|
||||
#### stage: .pre
|
||||
|
||||
check-labels:
|
||||
stage: .pre
|
||||
image: parity/tools:latest
|
||||
<<: *kubernetes-env
|
||||
only:
|
||||
- /^[0-9]+$/
|
||||
script:
|
||||
- ./scripts/gitlab/check_tags.sh
|
||||
|
||||
#### stage: test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user