projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afba065
)
Stop publishing anything to Gitlab Pages (except coverage).
author
Jason S. Ninneman
<jsn@mbar.us>
Mon, 5 Jun 2017 17:43:46 +0000
(10:43 -0700)
committer
Jason S. Ninneman
<jsn@mbar.us>
Mon, 5 Jun 2017 17:43:46 +0000
(10:43 -0700)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index f0987236de46447c6748fea4a1fb08ab405cb414..ea8b0482f582a6b6a21215826d3335312119c633 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-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