Compare commits

..

2 Commits

Author SHA1 Message Date
37681614de 4.3.31 2017-09-13 22:02:18 +02:00
82185516e2 fix ci 2017-09-13 22:02:14 +02:00
2 changed files with 3 additions and 4 deletions

View File

@ -23,9 +23,8 @@ buildAndTest:
script: script:
- npmci docker build - npmci docker build
- npmci docker test - npmci docker test
only: except:
refs: - tags
- master
tags: tags:
- lossless - lossless
- priv - priv

View File

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