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

add a deploy test role

parent e45a56b1
No related branches found
No related tags found
No related merge requests found
Pipeline #6736 failed
......@@ -10,3 +10,10 @@ test:
- rm ./package-lock.json
- npm install
- ./node_modules/@angular/cli/bin/ng build --prod --base-href=/sv2/
deploy_test:
only:
test@hpc-team/strudelv2_spa
tags: deploy_test
script:
- echo "deploying 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