Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
f6809ac84a | |||
c61c4499a4 | |||
f23c44906c | |||
39b54a483f |
@ -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,11 @@ 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"
|
||||||
|
- nvm install stable -s
|
||||||
- npm config set unsafe-perm true
|
- npm config set unsafe-perm true
|
||||||
|
- 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
2
package-lock.json
generated
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-dbase",
|
"name": "ht-docker-dbase",
|
||||||
"version": "1.0.51",
|
"version": "1.0.53",
|
||||||
"lockfileVersion": 1
|
"lockfileVersion": 1
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-dbase",
|
"name": "ht-docker-dbase",
|
||||||
"version": "1.0.51",
|
"version": "1.0.53",
|
||||||
"description": "easy CI for docker images",
|
"description": "easy CI for docker images",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
Reference in New Issue
Block a user