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 (#6306)
Browse files Browse the repository at this point in the history
* [ci] fix build implementers guide

* add comment

* rm git fetch from publish-docs
  • Loading branch information
alvicsam authored Nov 17, 2022
1 parent eed7f40 commit 9546890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions scripts/ci/gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ build-implementers-guide:
- .docker-env
- .test-refs
- .collect-artifacts-short
# git depth is set on purpose: https://github.com/paritytech/polkadot/issues/6284
variables:
GIT_DEPTH: 0
script:
- apt-get -y update; apt-get install -y graphviz
- cargo install mdbook mdbook-mermaid mdbook-linkcheck mdbook-graphviz mdbook-last-changed
Expand Down
2 changes: 0 additions & 2 deletions scripts/ci/gitlab/pipeline/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ publish-rustdoc:
extends:
- .kubernetes-env
image: paritytech/tools:latest
variables:
GIT_DEPTH: 100
rules:
- if: $CI_PIPELINE_SOURCE == "pipeline"
when: never
Expand Down

0 comments on commit 9546890

Please sign in to comment.