Compare commits

...

10 Commits

Author SHA1 Message Date
3c8c51c8a0 1.0.17 2019-08-27 18:10:04 +02:00
cf23013036 fix(core): update 2019-08-27 18:10:04 +02:00
98f7a8fd65 1.0.16 2019-08-27 18:09:16 +02:00
bdc3a7b093 fix(core): update 2019-08-27 18:09:16 +02:00
e5eca3c967 1.0.15 2019-08-27 18:07:27 +02:00
63de7e6388 fix(core): update 2019-08-27 18:07:26 +02:00
413bea2579 1.0.14 2019-08-27 18:06:53 +02:00
71490f8d8e fix(core): update 2019-08-27 18:06:53 +02:00
3ca85c4c31 1.0.13 2019-08-27 18:04:36 +02:00
44226c3c53 fix(core): update 2019-08-27 18:04:36 +02:00
3 changed files with 7 additions and 6 deletions

View File

@ -7,7 +7,8 @@ before_script:
- apk add --no-cache make gcc g++ python linux-headers paxctl
- apk add --no-cache libgcc libstdc++ gnupg nodejs nodejs-npm
- update-ca-certificates
- npm install -g npmci
- npm config set unsafe-perm true
- npm install -g @shipzone/npmci
- npmci npm prepare
stages:
@ -25,11 +26,11 @@ testSTABLE:
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- docker
- lossless
release:
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
services:
- docker:18-dind
- docker:stable-dind
stage: release
script:
- npmci node install stable

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "ht-docker-dbase",
"version": "1.0.12",
"version": "1.0.17",
"lockfileVersion": 1
}

View File

@ -1,6 +1,6 @@
{
"name": "ht-docker-dbase",
"version": "1.0.12",
"version": "1.0.17",
"description": "easy CI for docker images",
"main": "index.js",
"directories": {