TASK: Rename ci documentation jobs
* To have them much shorter, enabling full title to show up in gitlab ui.
This commit is contained in:
parent
9bb6810a04
commit
4031055210
1 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,7 @@ test:latest:
|
|||
<<: *PHP-UNITTESTING
|
||||
image: php:7-alpine
|
||||
|
||||
test:documentation:syntax: &SPHINX-DOCS
|
||||
test:doc:syntax: &SPHINX-DOCS
|
||||
image: 'danielsiepmann/sphinx:latest'
|
||||
stage: test
|
||||
before_script:
|
||||
|
@ -67,12 +67,12 @@ test:documentation:syntax: &SPHINX-DOCS
|
|||
script:
|
||||
- make dummy
|
||||
|
||||
test:documentation:external-links:
|
||||
test:doc:external-links:
|
||||
<<: *SPHINX-DOCS
|
||||
script:
|
||||
- make linkcheck
|
||||
|
||||
render:documentation:
|
||||
render:doc:
|
||||
<<: *SPHINX-DOCS
|
||||
stage: render
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue