Compare commits

...

28 Commits

Author SHA1 Message Date
4d578e69d5 1.0.58 2021-02-26 23:50:39 +00:00
b68d149ac4 fix(core): update 2021-02-26 23:50:39 +00:00
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
ea2c39ef97 1.0.51 2021-02-26 23:21:24 +00:00
8305d05c54 fix(core): update 2021-02-26 23:21:24 +00:00
5599f9f86c 1.0.50 2021-02-26 23:18:52 +00:00
c4ac975bae 1.0.49 2019-11-26 17:50:50 +00:00
7189d01599 1.0.48 2019-11-24 13:57:38 +00:00
8687ad4816 1.0.47 2019-11-24 13:53:01 +00:00
88e1a637ce 1.0.46 2019-11-24 13:49:48 +00:00
e0fa2b14b7 rename readme 2019-11-24 13:48:56 +00:00
5dccdbb9e9 rename readme 2019-11-24 13:48:52 +00:00
e3e2f86ac5 1.0.45 2019-11-24 13:46:38 +00:00
5fe8f04159 fix(core): update 2019-11-24 13:46:38 +00:00
e3b2144182 1.0.44 2019-11-24 13:43:09 +00:00
6c255d39f1 1.0.43 2019-11-23 22:28:31 +00:00
259195d267 fix(core): update 2019-11-23 22:28:31 +00:00
5 changed files with 9 additions and 18 deletions

View File

@ -7,8 +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 --no-cache krb5-libs - 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
@ -16,27 +17,16 @@ 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"
- export $PATH=/root/.nvm/versions/node/v14.3.0/bin:$PATH
- 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:
- test
- release - release
- trigger - trigger
- pages
testSTABLE:
stage: test
script:
- npmci node install stable
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- docker
- lossless
- priv
release: release:
stage: release stage: release

2
package-lock.json generated
View File

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

View File

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

View File

@ -1,3 +1,4 @@
node -v node -v
npm -v npm -v
npm init --yes
npmci -v npmci -v