Just install bash during static build
This commit is contained in:
parent
ccd04da71c
commit
478f987421
2 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,8 @@ static:
|
|||
key: npm-$CI_COMMIT_REF_SLUG
|
||||
paths:
|
||||
- "$CI_PROJECT_DIR/.npm-cache"
|
||||
before_script:
|
||||
- apk add --no-cache bash
|
||||
script:
|
||||
- npm ci --cache .npm-cache --prefer-offline
|
||||
- npm run build
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
|
|
Loading…
Reference in a new issue