Compare commits

...

6 Commits

Author SHA1 Message Date
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 6 additions and 4 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,6 +26,7 @@ testSTABLE:
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- docker
- lossless
release:
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci

2
package-lock.json generated
View File

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

View File

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