mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 04:01:10 +00:00
Releasing 2.0 – two dot 😮 (#7182)
Tagging the release of substrate 2.0 [ci: skip-checks]
This commit is contained in:
committed by
GitHub
parent
cbf1a282b5
commit
ecdc94420e
@@ -193,6 +193,9 @@ cargo-deny:
|
||||
- schedules
|
||||
- tags
|
||||
- web
|
||||
except:
|
||||
variables:
|
||||
- $CI_COMMIT_MESSAGE =~ /skip-checks/
|
||||
script:
|
||||
- cargo deny check --hide-inclusion-graph -c .maintain/deny.toml
|
||||
after_script:
|
||||
@@ -273,6 +276,9 @@ unleash-check:
|
||||
only:
|
||||
- master
|
||||
- tags
|
||||
except:
|
||||
variables:
|
||||
- $CI_COMMIT_MESSAGE =~ /skip-checks/
|
||||
script:
|
||||
- cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS}
|
||||
- cargo unleash check ${CARGO_UNLEASH_PKG_DEF}
|
||||
@@ -495,7 +501,7 @@ build-rust-doc:
|
||||
- ./crate-docs/
|
||||
script:
|
||||
- rm -f ./crate-docs/index.html # use it as an indicator if the job succeeds
|
||||
- BUILD_DUMMY_WASM_BINARY=1 RUSTDOCFLAGS="--html-in-header $(pwd)/.maintain/rustdoc-header.html"
|
||||
- BUILD_DUMMY_WASM_BINARY=1 RUSTDOCFLAGS="--html-in-header $(pwd)/.maintain/rustdoc-header.html"
|
||||
time cargo +nightly doc --no-deps --workspace --all-features --verbose
|
||||
- mv ./target/doc ./crate-docs
|
||||
- echo "<meta http-equiv=refresh content=0;url=sc_service/index.html>" > ./crate-docs/index.html
|
||||
@@ -525,7 +531,7 @@ docker-build-chaos: &docker-build-chaos
|
||||
needs:
|
||||
- job: build-linux-substrate
|
||||
image: docker:stable
|
||||
tags:
|
||||
tags:
|
||||
- kubernetes-parity-build
|
||||
variables:
|
||||
<<: *default-vars
|
||||
@@ -564,7 +570,7 @@ chaos-test-singlenodeheight:
|
||||
image: parity/chaostools:latest
|
||||
needs:
|
||||
- job: docker-build-chaos
|
||||
tags:
|
||||
tags:
|
||||
- parity-chaos
|
||||
variables:
|
||||
<<: *default-vars
|
||||
|
||||
Reference in New Issue
Block a user