Skip to content
Snippets Groups Projects
Commit 29cfa703 authored by Chris Hines's avatar Chris Hines
Browse files

install curl

parent 30577940
No related branches found
No related tags found
No related merge requests found
Pipeline #6731 failed
......@@ -2,7 +2,8 @@
test:
image: ubuntu
script:
- curl -sL https://deb.nodesource.com/setup_10.x | bash -
- apt install -y curl
- curl -sL https://deb.nodesource.com/setup_8.x | bash -
- apt update
- apt install -y nodejs
- rm ./package-lock.json
......
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