mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
[CI] Fix a few issues with .gitlab-ci.yml (#6016)
This commit is contained in:
@@ -121,7 +121,7 @@ check-signed-tag:
|
|||||||
image: parity/tools:latest
|
image: parity/tools:latest
|
||||||
<<: *kubernetes-build
|
<<: *kubernetes-build
|
||||||
only:
|
only:
|
||||||
- tags
|
- /^ci-release-.*$/
|
||||||
- /^v[0-9]+\.[0-9]+\.[0-9]+.*$/
|
- /^v[0-9]+\.[0-9]+\.[0-9]+.*$/
|
||||||
script:
|
script:
|
||||||
- ./.maintain/gitlab/check_signed.sh
|
- ./.maintain/gitlab/check_signed.sh
|
||||||
@@ -581,7 +581,7 @@ publish-draft-release:
|
|||||||
stage: publish
|
stage: publish
|
||||||
image: parity/tools:latest
|
image: parity/tools:latest
|
||||||
only:
|
only:
|
||||||
- tags
|
- /^ci-release-.*$/
|
||||||
- /^v[0-9]+\.[0-9]+\.[0-9]+.*$/
|
- /^v[0-9]+\.[0-9]+\.[0-9]+.*$/
|
||||||
script:
|
script:
|
||||||
- ./.maintain/gitlab/publish_draft_release.sh
|
- ./.maintain/gitlab/publish_draft_release.sh
|
||||||
@@ -592,8 +592,8 @@ publish-to-crates-io:
|
|||||||
stage: publish
|
stage: publish
|
||||||
<<: *docker-env
|
<<: *docker-env
|
||||||
only:
|
only:
|
||||||
- tags
|
|
||||||
- /^ci-release-.*$/
|
- /^ci-release-.*$/
|
||||||
|
- /^v[0-9]+\.[0-9]+\.[0-9]+.*$/
|
||||||
script:
|
script:
|
||||||
- cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS}
|
- cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS}
|
||||||
- cargo unleash em-dragons --no-check ${CARGO_UNLEASH_PKG_DEF}
|
- cargo unleash em-dragons --no-check ${CARGO_UNLEASH_PKG_DEF}
|
||||||
|
|||||||
Reference in New Issue
Block a user