Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit a200cdb

Browse files
authored
Releasing 2.0 – two dot 😮 (#7182)
Tagging the release of substrate 2.0 [ci: skip-checks]
1 parent f515b32 commit a200cdb

File tree

190 files changed

+1977
-1920
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+1977
-1920
lines changed

.gitlab-ci.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ cargo-deny:
193193
- schedules
194194
- tags
195195
- web
196+
except:
197+
variables:
198+
- $CI_COMMIT_MESSAGE =~ /skip-checks/
196199
script:
197200
- cargo deny check --hide-inclusion-graph -c .maintain/deny.toml
198201
after_script:
@@ -273,6 +276,9 @@ unleash-check:
273276
only:
274277
- master
275278
- tags
279+
except:
280+
variables:
281+
- $CI_COMMIT_MESSAGE =~ /skip-checks/
276282
script:
277283
- cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS}
278284
- cargo unleash check ${CARGO_UNLEASH_PKG_DEF}
@@ -495,7 +501,7 @@ build-rust-doc:
495501
- ./crate-docs/
496502
script:
497503
- rm -f ./crate-docs/index.html # use it as an indicator if the job succeeds
498-
- BUILD_DUMMY_WASM_BINARY=1 RUSTDOCFLAGS="--html-in-header $(pwd)/.maintain/rustdoc-header.html"
504+
- BUILD_DUMMY_WASM_BINARY=1 RUSTDOCFLAGS="--html-in-header $(pwd)/.maintain/rustdoc-header.html"
499505
time cargo +nightly doc --no-deps --workspace --all-features --verbose
500506
- mv ./target/doc ./crate-docs
501507
- 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
525531
needs:
526532
- job: build-linux-substrate
527533
image: docker:stable
528-
tags:
534+
tags:
529535
- kubernetes-parity-build
530536
variables:
531537
<<: *default-vars
@@ -564,7 +570,7 @@ chaos-test-singlenodeheight:
564570
image: parity/chaostools:latest
565571
needs:
566572
- job: docker-build-chaos
567-
tags:
573+
tags:
568574
- parity-chaos
569575
variables:
570576
<<: *default-vars

0 commit comments

Comments
 (0)