Install cURL in CI
This commit is contained in:
parent
c5d04240b1
commit
f813d96442
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ static:
|
||||||
key: npm-$CI_COMMIT_REF_SLUG
|
key: npm-$CI_COMMIT_REF_SLUG
|
||||||
paths:
|
paths:
|
||||||
- "$CI_PROJECT_DIR/.npm-cache"
|
- "$CI_PROJECT_DIR/.npm-cache"
|
||||||
|
before_script:
|
||||||
|
- apt update && apt install --yes curl
|
||||||
script:
|
script:
|
||||||
- npm ci --cache .npm-cache --prefer-offline
|
- npm ci --cache .npm-cache --prefer-offline
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
Loading…
Reference in a new issue