update ci

This commit is contained in:
Philipp Kunz 2017-04-02 14:51:38 +02:00
parent 83771df11d
commit 38fc672bf6
2 changed files with 17 additions and 0 deletions

View File

@ -6,6 +6,7 @@ stages:
- test
- release
- trigger
- pages
test:
stage: test
@ -38,3 +39,18 @@ trigger:
- docker
- lossless
- priv
pages:
image: hosttoday/ht-docker-node:npmci
stage: pages
script:
- npmci command yarn global add npmpage
- npmci command npmpage
only:
- tags
tags:
- docker
artifacts:
expire_in: 1 week
paths:
- public

1
docs/index.md Normal file
View File

@ -0,0 +1 @@
Docs for npmpage coming soon.