fix(core): update
This commit is contained in:
parent
16dca34c6d
commit
cb23895d0c
@ -1,31 +1,13 @@
|
|||||||
# gitzone ci_docker
|
# gitzone custom
|
||||||
image: docker:19.03.1
|
image: docker:19.03.1
|
||||||
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- .npmci-cache/
|
|
||||||
key: "$CI_BUILD_STAGE"
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apk update && apk add --no-cache \
|
- apk update
|
||||||
git \
|
- apk add --no-cache git openssl ca-certificates bash curl
|
||||||
openssl \
|
- apk add --no-cache make gcc g++ python linux-headers paxctl
|
||||||
ca-certificates \
|
- apk add --no-cache libgcc libstdc++ gnupg nodejs nodejs-npm
|
||||||
bash \
|
- update-ca-certificates
|
||||||
curl \
|
- npm install -g npmci
|
||||||
make \
|
|
||||||
gcc \
|
|
||||||
g++ \
|
|
||||||
python \
|
|
||||||
linux-headers \
|
|
||||||
paxctl \
|
|
||||||
libgcc \
|
|
||||||
libstdc++ \
|
|
||||||
gnupg \
|
|
||||||
nodejs \
|
|
||||||
nodejs-npm \
|
|
||||||
&& update-ca-certificates
|
|
||||||
- npm install -g npmci
|
|
||||||
- npmci npm prepare
|
- npmci npm prepare
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
Loading…
Reference in New Issue
Block a user