fix(core): update
This commit is contained in:
parent
99c16ce1f2
commit
6c21042373
@ -1,5 +1,5 @@
|
|||||||
# gitzone ci_docker
|
# gitzone ci_docker
|
||||||
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
image: docker:19.03.1
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
@ -8,6 +8,25 @@ cache:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- npmci npm prepare
|
- npmci npm prepare
|
||||||
|
- apk update && apk add --no-cache \
|
||||||
|
git \
|
||||||
|
openssl \
|
||||||
|
ca-certificates \
|
||||||
|
bash \
|
||||||
|
curl \
|
||||||
|
make \
|
||||||
|
gcc \
|
||||||
|
g++ \
|
||||||
|
python \
|
||||||
|
linux-headers \
|
||||||
|
paxctl \
|
||||||
|
libgcc \
|
||||||
|
libstdc++ \
|
||||||
|
gnupg \
|
||||||
|
nodejs \
|
||||||
|
nodejs-npm \
|
||||||
|
&& update-ca-certificates
|
||||||
|
- npm install -g npmci
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
Loading…
Reference in New Issue
Block a user