TASK: Cleanup gitlab-ci.yml
* Remove artifacts which are not necessary as output is shown in job
This commit is contained in:
parent
e05941ea46
commit
d15388849e
1 changed files with 0 additions and 10 deletions
|
@ -73,11 +73,6 @@ test:documentation:syntax:
|
||||||
- cd Documentation
|
- cd Documentation
|
||||||
script:
|
script:
|
||||||
- make dummy
|
- make dummy
|
||||||
artifacts:
|
|
||||||
when: on_failure
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- Documentation/build/dummy
|
|
||||||
|
|
||||||
test:documentation:external-links:
|
test:documentation:external-links:
|
||||||
image: 'danielsiepmann/sphinx:latest'
|
image: 'danielsiepmann/sphinx:latest'
|
||||||
|
@ -86,11 +81,6 @@ test:documentation:external-links:
|
||||||
- cd Documentation
|
- cd Documentation
|
||||||
script:
|
script:
|
||||||
- make linkcheck
|
- make linkcheck
|
||||||
artifacts:
|
|
||||||
when: on_failure
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- Documentation/build/linkcheck/output.txt
|
|
||||||
|
|
||||||
render:documentation:
|
render:documentation:
|
||||||
image: 'danielsiepmann/sphinx:latest'
|
image: 'danielsiepmann/sphinx:latest'
|
||||||
|
|
Loading…
Reference in a new issue