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:
|
||||
stage: deploy
|
||||
script:
|
||||
- mkdir -p public/releases
|
||||
- mv coverage public
|
||||
- "mv *.html public"
|
||||
- "mv *.tar.gz public/releases"
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
dependencies:
|
||||
- html
|
||||
- test:debug
|
||||
- dist
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue