Compare commits

...

2 Commits

Author SHA1 Message Date
7d68fdf34e 5.0.35 2019-08-27 19:44:57 +02:00
8a0beb0748 fix(core): update 2019-08-27 19:44:57 +02:00
2 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,5 @@
# gitzone ci_docker
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
variables:
GIT_STRATEGY: clone
cache:
paths:
@ -17,10 +15,10 @@ stages:
- trigger
- pages
testLTS:
testStable:
stage: test
script:
- npmci node install lts
- npmci node install stable
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
@ -30,7 +28,7 @@ testLTS:
release:
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
services:
- docker:18-dind
- docker:stable-dind
stage: release
script:
- npmci node install lts

View File

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