Compare commits

...

2 Commits

Author SHA1 Message Date
0c3ce8b6d7 1.0.56 2021-02-26 23:41:52 +00:00
fccaeeb47c fix(core): update 2021-02-26 23:41:51 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ before_script:
- gcc -shared -fPIC /lib/stack-fix.c -o /lib/stack-fix.so
- apk del .build-deps
- export LD_PRELOAD="/lib/stack-fix.so"
- ~/.nvm/nvm.sh && nvm install stable -s
- bash -c ". ~/.nvm/nvm.sh && nvm install stable -s"
- npm config set unsafe-perm true
- node -v && npm -v
- npm install -g @shipzone/npmci

2
package-lock.json generated
View File

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

View File

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