Stop publishing anything to Gitlab Pages (except coverage).
This commit is contained in:
parent
afba06504a
commit
06368fe091
1 changed files with 0 additions and 5 deletions
|
@ -106,17 +106,12 @@ test:release:
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- mkdir -p public/releases
|
|
||||||
- mv coverage public
|
- mv coverage public
|
||||||
- "mv *.html public"
|
|
||||||
- "mv *.tar.gz public/releases"
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
dependencies:
|
dependencies:
|
||||||
- html
|
|
||||||
- test:debug
|
- test:debug
|
||||||
- dist
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue