Skip to content
Snippets Groups Projects
Commit 3c5b7e81 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

We are using alpine not ubuntu

parent ccf53516
No related branches found
No related tags found
No related merge requests found
Pipeline #1957 failed
......@@ -37,8 +37,8 @@ build-openapi-scheme:
deploy_spec:
stage: deploy
before_script:
- apt-get --quiet update
- apt-get --quiet --yes install nodejs npm lftp
- apk update
- apk add nodejs npm lftp
- nodejs -v
- npm i -g npm@latest
- npm install swagger-ui-dist@3.52.5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment