Compare commits

...

4 Commits

Author SHA1 Message Date
621fff81c3 4.3.4 2016-08-31 12:40:17 +02:00
b0e8ff164f added triggers to valid release criteria 2016-08-31 12:40:13 +02:00
21ce311be3 4.3.3 2016-08-31 00:15:44 +02:00
c030b94bc6 update to only publish on tags 2016-08-31 00:15:38 +02:00
2 changed files with 7 additions and 4 deletions

View File

@ -28,7 +28,8 @@ test:
script:
- npmci test docker
only:
- master
- tags
- triggers
tags:
- lossless
- priv
@ -38,7 +39,8 @@ release:
script:
- npmci publish docker
only:
- master
- tags
- triggers
tags:
- lossless
- priv
@ -48,7 +50,8 @@ trigger:
script:
- npmci trigger
only:
- master
- tags
- triggers
tags:
- lossless
- priv

View File

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