CI: add .show-version block in docs job
skip-changelog Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
a1247a0e3c
commit
2555bedaa8
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ variables:
|
||||||
- if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_REF_NAME == 'main'
|
- if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_REF_NAME == 'main'
|
||||||
variables:
|
variables:
|
||||||
CI_DOC_TARGET: "main"
|
CI_DOC_TARGET: "main"
|
||||||
|
extends:
|
||||||
|
- .show-version
|
||||||
|
|
||||||
rustfmt:
|
rustfmt:
|
||||||
stage: lint
|
stage: lint
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue