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

[ci] fix build-implementers-guide #6335

Merged
merged 2 commits into from
Nov 24, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix user
  • Loading branch information
alvicsam committed Nov 23, 2022
commit bcd05979be5826ac03e13254e918632cf89b058e
4 changes: 2 additions & 2 deletions scripts/ci/gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +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:aec374ea-20221123
CI_IMAGE: paritytech/mdbook-utils:e14aae4a-20221123
script:
- mdbook build ./roadmap/implementers-guide
- mkdir -p artifacts
- mv roadmap/implementers-guide/book artifacts/
- chown -R nonroot:nonroot artifacts/
- ls -la artifacts/

build-short-benchmark:
stage: build
Expand Down