Stop publishing anything to Gitlab Pages (except coverage).

This commit is contained in:
Jason S. Ninneman 2017-06-05 10:43:46 -07:00
parent afba06504a
commit 06368fe091

View file

@ -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