Compare commits

...

12 Commits

Author SHA1 Message Date
a907fbb334 1.0.57 2021-02-26 23:49:18 +00:00
25c7a6dc49 fix(core): update 2021-02-26 23:49:18 +00:00
0c3ce8b6d7 1.0.56 2021-02-26 23:41:52 +00:00
fccaeeb47c fix(core): update 2021-02-26 23:41:51 +00:00
d806a0db1d 1.0.55 2021-02-26 23:40:13 +00:00
bdffd6452c fix(core): update 2021-02-26 23:40:13 +00:00
1248416ed9 1.0.54 2021-02-26 23:39:24 +00:00
9651c1a889 fix(core): update 2021-02-26 23:39:23 +00:00
f6809ac84a 1.0.53 2021-02-26 23:35:45 +00:00
c61c4499a4 fix(core): update 2021-02-26 23:35:44 +00:00
f23c44906c 1.0.52 2021-02-26 23:25:49 +00:00
39b54a483f fix(core): update 2021-02-26 23:25:49 +00:00
3 changed files with 9 additions and 4 deletions

View File

@ -7,7 +7,9 @@ before_script:
- apk update - apk update
- apk add --no-cache git openssl ca-certificates bash curl - 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 make gcc g++ python linux-headers paxctl
- apk add --no-cache libgcc libstdc++ gnupg nodejs nodejs-npm - apk add --no-cache libgcc libstdc++ gnupg
- apk add -U curl bash ca-certificates openssl ncurses coreutils python2 make gcc g++ libgcc linux-headers grep util-linux binutils findutils
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
- update-ca-certificates - update-ca-certificates
- cp ./stack-fix.c /lib/ - cp ./stack-fix.c /lib/
- set -ex - set -ex
@ -15,9 +17,12 @@ before_script:
- gcc -shared -fPIC /lib/stack-fix.c -o /lib/stack-fix.so - gcc -shared -fPIC /lib/stack-fix.c -o /lib/stack-fix.so
- apk del .build-deps - apk del .build-deps
- export LD_PRELOAD="/lib/stack-fix.so" - export LD_PRELOAD="/lib/stack-fix.so"
- bash -c ". ~/.nvm/nvm.sh && nvm install 14.3.0 -s"
- npm config set unsafe-perm true - npm config set unsafe-perm true
- export $PATH=/root/.nvm/versions/node/v14.3.0/bin:$PATH
- node -v && npm -v
- npm install -g @shipzone/npmci - npm install -g @shipzone/npmci
- # npmci npm prepare - npmci npm prepare
stages: stages:
- release - release

2
package-lock.json generated
View File

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

View File

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