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

Commit

Permalink
[ci] fix build-implementers-guide (#6335)
Browse files Browse the repository at this point in the history
* [ci] fix build-implementers-guide

* fix user
  • Loading branch information
alvicsam authored Nov 24, 2022
1 parent b5e498c commit e1cd7ce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/ci/gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1cd7ce

Please sign in to comment.