Fix build pipeline. Need to use SSL-legacy-provider because of incompatibilities in latest node.
This commit is contained in:
parent
702fb28af4
commit
3de83a828d
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ pages: # the job must be named pages
|
||||||
- echo $CI_COMMIT_TIMESTAMP $CI_COMMIT_SHORT_SHA > src/assets/version.txt
|
- echo $CI_COMMIT_TIMESTAMP $CI_COMMIT_SHORT_SHA > src/assets/version.txt
|
||||||
- npm install -g workbox-cli
|
- npm install -g workbox-cli
|
||||||
script:
|
script:
|
||||||
|
- export NODE_OPTIONS=--openssl-legacy-provider
|
||||||
- npm ci
|
- npm ci
|
||||||
- npm run build
|
- npm run build
|
||||||
- mv public public-vue # GitLab Pages hooks on the public folder
|
- mv public public-vue # GitLab Pages hooks on the public folder
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue