Fix build pipeline. Need to use SSL-legacy-provider because of incompatibilities in latest node.

This commit is contained in:
N Pex 2021-11-23 12:48:35 +00:00
parent 702fb28af4
commit 3de83a828d

View file

@ -6,6 +6,7 @@ pages: # the job must be named pages
- echo $CI_COMMIT_TIMESTAMP $CI_COMMIT_SHORT_SHA > src/assets/version.txt
- npm install -g workbox-cli
script:
- export NODE_OPTIONS=--openssl-legacy-provider
- npm ci
- npm run build
- mv public public-vue # GitLab Pages hooks on the public folder