Skip to content
Snippets Groups Projects
Commit bc25c41a authored by Alexander Samusev's avatar Alexander Samusev Committed by GitHub
Browse files

[ci] fix build-implementers-guide (#6335)

* [ci] fix build-implementers-guide

* fix user
parent 7ba08473
No related merge requests found
......@@ -171,14 +171,12 @@ build-implementers-guide:
# git depth is set on purpose: https://github.com/paritytech/polkadot/issues/6284
variables:
GIT_DEPTH: 0
CI_IMAGE: paritytech/mdbook-utils:e14aae4a-20221123
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
- mkdir -p artifacts
- mv roadmap/implementers-guide/book artifacts/
# FIXME: remove me after CI image gets nonroot
- chown -R nonroot:nonroot artifacts/
- ls -la artifacts/
build-short-benchmark:
stage: build
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment