mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 00:31:07 +00:00
CI: Remove crate publish check (#14044)
* Fix frame-support feature Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Remove publishing script Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
986c9ad173
commit
202836cb47
@@ -247,18 +247,6 @@ default:
|
||||
|
||||
#### stage: .pre
|
||||
|
||||
check-crates-publishing-pipeline:
|
||||
stage: .pre
|
||||
extends:
|
||||
- .kubernetes-env
|
||||
- .crates-publishing-pipeline
|
||||
script:
|
||||
- git clone
|
||||
--depth 1
|
||||
--branch "$RELENG_SCRIPTS_BRANCH"
|
||||
https://github.com/paritytech/releng-scripts.git
|
||||
- ONLY_CHECK_PIPELINE=true ./releng-scripts/publish-crates
|
||||
|
||||
# By default our pipelines are interruptible, but some special pipelines shouldn't be interrupted:
|
||||
# * multi-project pipelines such as the ones triggered by the scripts repo
|
||||
# * the scheduled automatic-crate-publishing pipeline
|
||||
|
||||
Reference in New Issue
Block a user