Compare commits

...

2 Commits

Author SHA1 Message Date
11d6f9a1ec 5.0.27 2019-06-19 12:03:19 +02:00
fecbcdde64 fix(core): update 2019-06-19 12:03:19 +02:00
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,6 @@ cache:
key: "$CI_BUILD_STAGE"
before_script:
- npm install -g @shipzone/npmci
- npmci npm prepare
stages:
@ -27,7 +26,7 @@ testSTABLE:
- docker
release:
image: hosttoday/ht-docker-dbase:npmci
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
services:
- docker:dind
stage: release

View File

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