Moving docs building to master since its such a cheap procedure
This commit is contained in:
parent
89e213b2c1
commit
0a06b56da0
@ -5,6 +5,10 @@ stages:
|
|||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
workflow:
|
||||||
|
rules:
|
||||||
|
- if: '$CI_COMMIT_BRANCH'
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
CARGO_HOME: $CI_PROJECT_DIR/.cargo
|
CARGO_HOME: $CI_PROJECT_DIR/.cargo
|
||||||
|
|
||||||
@ -53,9 +57,10 @@ test-json-api:
|
|||||||
|
|
||||||
|
|
||||||
build-wiki:
|
build-wiki:
|
||||||
|
# Cheap as hell so we run on master basically everytime
|
||||||
image: registry.gitlab.com/pages/hugo:latest
|
image: registry.gitlab.com/pages/hugo:latest
|
||||||
|
|
||||||
only: [ "wiki" ]
|
only: [ "master" ]
|
||||||
stage: docs
|
stage: docs
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user