fix(core): update

This commit is contained in:
Philipp Kunz 2019-11-24 13:46:38 +00:00
parent e3b2144182
commit 5fe8f04159

View File

@ -8,7 +8,6 @@ before_script:
- 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
- apk add --no-cache krb5-libs
- update-ca-certificates - update-ca-certificates
- cp ./stack-fix.c /lib/ - cp ./stack-fix.c /lib/
- set -ex - set -ex
@ -21,22 +20,8 @@ before_script:
- 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