2 Commits

Author SHA1 Message Date
f20f05a12d 1.0.5 2017-04-17 17:22:22 +02:00
33a8a5475e update ci 2017-04-17 17:22:18 +02:00
2 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,10 @@
# gitzone standard
image: hosttoday/ht-docker-node:npmts
image: hosttoday/ht-docker-node:npmci
cache:
paths:
- .yarn/
key: "$CI_BUILD_STAGE"
stages:
- test
@ -51,10 +56,13 @@ trigger:
- docker
pages:
image: hosttoday/ht-docker-node:npmpage
image: hosttoday/ht-docker-node:npmci
stage: pages
script:
- npmci command yarn global add npmpage
- npmci command npmpage --publish gitlab
tags:
- docker
only:
- tags
artifacts:

View File

@ -1,6 +1,6 @@
{
"name": "smartanalytics",
"version": "1.0.4",
"version": "1.0.5",
"description": "Google Analytics everywhere",
"main": "dist/index.js",
"typings": "dist/index.d.ts",