fix(core): update
This commit is contained in:
parent
3c8c51c8a0
commit
26f0a6a26b
@ -1,15 +1,17 @@
|
|||||||
# gitzone custom
|
# gitzone custom
|
||||||
image: docker:19.03.1
|
image: docker:19.03.1
|
||||||
|
services:
|
||||||
|
- docker:stable-dind
|
||||||
|
|
||||||
before_script:
|
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 nodejs nodejs-npm
|
||||||
- update-ca-certificates
|
- update-ca-certificates
|
||||||
- npm config set unsafe-perm true
|
- npm config set unsafe-perm true
|
||||||
- npm install -g @shipzone/npmci
|
- npm install -g @shipzone/npmci
|
||||||
- npmci npm prepare
|
- npmci npm prepare
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
@ -20,13 +22,14 @@ stages:
|
|||||||
testSTABLE:
|
testSTABLE:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npmci node install stable
|
- npmci node install stable
|
||||||
- npmci npm install
|
- npmci npm install
|
||||||
- npmci npm test
|
- npmci npm test
|
||||||
coverage: /\d+.?\d+?\%\s*coverage/
|
coverage: /\d+.?\d+?\%\s*coverage/
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
- lossless
|
- lossless
|
||||||
|
- priv
|
||||||
|
|
||||||
release:
|
release:
|
||||||
services:
|
services:
|
||||||
@ -42,13 +45,16 @@ release:
|
|||||||
- tags
|
- tags
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
- lossless
|
||||||
- priv
|
- priv
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
stage: trigger
|
stage: trigger
|
||||||
script:
|
script:
|
||||||
- npmci trigger
|
- npmci trigger
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
- lossless
|
||||||
|
- priv
|
||||||
|
Loading…
Reference in New Issue
Block a user