Compare commits

...

8 Commits

Author SHA1 Message Date
8a70aa4c49 1.0.30 2019-11-23 21:29:08 +00:00
e95c68243f fix(core): update 2019-11-23 21:29:08 +00:00
102747d49d 1.0.29 2019-11-23 19:49:24 +00:00
909fb5bc1f 1.0.28 2019-10-04 15:24:41 +02:00
a771587de6 1.0.27 2019-10-02 23:56:55 +02:00
20eb639907 1.0.26 2019-10-02 23:40:35 +02:00
3caa5a6694 1.0.25 2019-10-02 12:02:58 +02:00
d92cfa0988 1.0.24 2019-10-02 11:41:49 +02:00
3 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@ before_script:
- apk add --no-cache git openssl ca-certificates bash curl
- 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 krb5-libs
- update-ca-certificates
- npm config set unsafe-perm true
- npm install -g @shipzone/npmci

2
package-lock.json generated
View File

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

View File

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