Compare commits

..

2 Commits

Author SHA1 Message Date
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 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ before_script:
- apk add --no-cache make gcc g++ python linux-headers paxctl - apk add --no-cache make gcc g++ python linux-headers paxctl
- apk add --no-cache libgcc libstdc++ gnupg nodejs nodejs-npm - apk add --no-cache libgcc libstdc++ gnupg nodejs nodejs-npm
- update-ca-certificates - update-ca-certificates
- npm install -g npmci - npm install -g @shipzone/npmci
- npmci npm prepare - npmci npm prepare
stages: stages:
- test - test

2
package-lock.json generated
View File

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

View File

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