Merge branch 'feature/rename-ci-jobs' into 'develop'
TASK: Rename ci documentation jobs See merge request !88
This commit is contained in:
commit
413d8e45f5
1 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,7 @@ test:latest:
|
||||||
<<: *PHP-UNITTESTING
|
<<: *PHP-UNITTESTING
|
||||||
image: php:7-alpine
|
image: php:7-alpine
|
||||||
|
|
||||||
test:documentation:syntax: &SPHINX-DOCS
|
test:doc:syntax: &SPHINX-DOCS
|
||||||
image: 'danielsiepmann/sphinx:latest'
|
image: 'danielsiepmann/sphinx:latest'
|
||||||
stage: test
|
stage: test
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -67,12 +67,12 @@ test:documentation:syntax: &SPHINX-DOCS
|
||||||
script:
|
script:
|
||||||
- make dummy
|
- make dummy
|
||||||
|
|
||||||
test:documentation:external-links:
|
test:doc:external-links:
|
||||||
<<: *SPHINX-DOCS
|
<<: *SPHINX-DOCS
|
||||||
script:
|
script:
|
||||||
- make linkcheck
|
- make linkcheck
|
||||||
|
|
||||||
render:documentation:
|
render:doc:
|
||||||
<<: *SPHINX-DOCS
|
<<: *SPHINX-DOCS
|
||||||
stage: render
|
stage: render
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue