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

[ci] fix implementer guide job #6357

Merged
merged 11 commits into from
Nov 28, 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
Next Next commit
add git depth
  • Loading branch information
alvicsam committed Nov 28, 2022
commit a86d440bde45621edc6dd6f539225747f73b7076
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ build-implementers-guide:
# git depth is set on purpose: https://github.com/paritytech/polkadot/issues/6284
variables:
GIT_STRATEGY: clone
GIT_DEPTH: 0
CI_IMAGE: paritytech/mdbook-utils:e14aae4a-20221123
script:
- git log --pretty=oneline --reverse | head -1
Expand Down