Compare commits

..

2 Commits

Author SHA1 Message Date
01e6411c29 1.0.12 2017-07-18 15:24:10 +02:00
b356bcbaed update ci 2017-07-18 15:24:05 +02:00
2 changed files with 7 additions and 3 deletions

View File

@ -56,13 +56,17 @@ trigger:
- docker
pages:
image: hosttoday/ht-docker-node:npmpage
image: hosttoday/ht-docker-node:npmci
stage: pages
script:
- npmci command npmpage --publish gitlab
- npmci command yarn global add npmpage
- npmci command npmpage
tags:
- docker
only:
- tags
artifacts:
expire_in: 1 week
paths:
- public
allow_failure: true

View File

@ -1,6 +1,6 @@
{
"name": "smartshell",
"version": "1.0.11",
"version": "1.0.12",
"description": "shell actions designed as promises",
"main": "dist/index.js",
"typings": "dist/index.d.ts",