ci: disable metrics during docs test
This commit is contained in:
parent
1f1f811330
commit
0a13b3ee75
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ test:docs:
|
||||||
- apt update && apt install build-essential
|
- apt update && apt install build-essential
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install -U sphinx sphinx-press-theme sphinx-jsonschema
|
- pip install -U sphinx sphinx-press-theme sphinx-jsonschema
|
||||||
- pushd scripts && python update_schemas.py && popd
|
- pushd scripts && DISABLE_METRICS=true python update_schemas.py && popd
|
||||||
- pushd docs && sphinx-build -b html . ../public && popd
|
- pushd docs && DISABLE_METRICS=true sphinx-build -b html . ../public && popd
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue