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

try again

parent 5170fd1c
No related branches found
No related tags found
No related merge requests found
Pipeline #6730 failed
stages:
- test
test:
stage: test
image: ubuntu
script:
- curl -sL https://deb.nodesource.com/setup_10.x | bash -
- apt update
- apt install -y nodejs npm
- apt install -y nodejs
- rm ./package-lock.json
- npm install
- ./node_modules/@angular/cli/bin/ng build --prod --base-href=/sv2/
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