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

simplify ci to bebug ci pipeline

parent 6f43c781
No related branches found
No related tags found
No related merge requests found
Pipeline #6722 passed
image: trion/ng-cli-karma
stages:
- test
cache:
paths:
- node_modules/
deploy_stage:
stage: deploy
environment: Stage
only:
- master
script:
- rm ./package-lock.json
- npm install
- ./node_modules/@angular/cli/bin/ng build --progress false --prod --base-href=/sv2/
test:
stage: test
script: echo "Running test"
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