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

Commit e1cd7ce

Browse files
authored
[ci] fix build-implementers-guide (#6335)
* [ci] fix build-implementers-guide * fix user
1 parent b5e498c commit e1cd7ce

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/ci/gitlab/pipeline/build.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,12 @@ build-implementers-guide:
171171
# git depth is set on purpose: https://github.com/paritytech/polkadot/issues/6284
172172
variables:
173173
GIT_DEPTH: 0
174+
CI_IMAGE: paritytech/mdbook-utils:e14aae4a-20221123
174175
script:
175-
- apt-get -y update; apt-get install -y graphviz
176-
- cargo install mdbook mdbook-mermaid mdbook-linkcheck mdbook-graphviz mdbook-last-changed
177176
- mdbook build ./roadmap/implementers-guide
178177
- mkdir -p artifacts
179178
- mv roadmap/implementers-guide/book artifacts/
180-
# FIXME: remove me after CI image gets nonroot
181-
- chown -R nonroot:nonroot artifacts/
179+
- ls -la artifacts/
182180

183181
build-short-benchmark:
184182
stage: build

0 commit comments

Comments
 (0)