Skip to content
Snippets Groups Projects
Commit 0b7b2b1f authored by David Trattnig's avatar David Trattnig
Browse files

Try npm only.

parent 4409e74b
No related branches found
No related tags found
No related merge requests found
Pipeline #749 failed
...@@ -16,10 +16,10 @@ cache: ...@@ -16,10 +16,10 @@ cache:
bundle_and_test: bundle_and_test:
stage: bundle stage: bundle
before_script: before_script:
- apt install -y curl # - apt install -y curl
- curl -sL https://deb.nodesource.com/setup_10.x | bash - # - curl -sL https://deb.nodesource.com/setup_10.x | bash -
- apt install -y nodejs npm - apt install -y npm
- apt install -y build-essential # - apt install -y build-essential
- npm install -g @apidevtools/swagger-cli - npm install -g @apidevtools/swagger-cli
script: script:
......
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