mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 16:21:02 +00:00
[ci] fix build-implementers-guide (#6335)
* [ci] fix build-implementers-guide * fix user
This commit is contained in:
committed by
GitHub
parent
7ba0847349
commit
bc25c41aaf
@@ -171,14 +171,12 @@ build-implementers-guide:
|
|||||||
# git depth is set on purpose: https://github.com/paritytech/polkadot/issues/6284
|
# git depth is set on purpose: https://github.com/paritytech/polkadot/issues/6284
|
||||||
variables:
|
variables:
|
||||||
GIT_DEPTH: 0
|
GIT_DEPTH: 0
|
||||||
|
CI_IMAGE: paritytech/mdbook-utils:e14aae4a-20221123
|
||||||
script:
|
script:
|
||||||
- apt-get -y update; apt-get install -y graphviz
|
|
||||||
- cargo install mdbook mdbook-mermaid mdbook-linkcheck mdbook-graphviz mdbook-last-changed
|
|
||||||
- mdbook build ./roadmap/implementers-guide
|
- mdbook build ./roadmap/implementers-guide
|
||||||
- mkdir -p artifacts
|
- mkdir -p artifacts
|
||||||
- mv roadmap/implementers-guide/book artifacts/
|
- mv roadmap/implementers-guide/book artifacts/
|
||||||
# FIXME: remove me after CI image gets nonroot
|
- ls -la artifacts/
|
||||||
- chown -R nonroot:nonroot artifacts/
|
|
||||||
|
|
||||||
build-short-benchmark:
|
build-short-benchmark:
|
||||||
stage: build
|
stage: build
|
||||||
|
|||||||
Reference in New Issue
Block a user