Compare commits

...

2 Commits

Author SHA1 Message Date
d0d3e15922 4.3.13 2017-04-02 22:05:46 +02:00
9a845b8ec7 update ci with pages 2017-04-02 22:02:16 +02:00
2 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# gitzone docker
image: hosttoday/ht-docker-dbase:latest
services:
- docker:dind
@ -7,6 +8,7 @@ stages:
- test
- release
- trigger
- pages
before_script:
- npm uninstall -g npmci
@ -52,3 +54,18 @@ trigger:
tags:
- 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

View File

@ -1,6 +1,6 @@
{
"name": "ht-docker-node",
"version": "4.3.12",
"version": "4.3.13",
"description": "docker image with nodejs with shipzone.io support",
"main": "index.js",
"scripts": {