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

save the dist directory as an artifact

parent 44f4cbca
No related branches found
No related tags found
1 merge request!2Dev
Pipeline #6741 failed
......@@ -5,7 +5,6 @@ test:
- branches@hpc-deam/strudelv2_spa
except:
- testing@hpc-team/strudelv2_spa
- dev@hpc-team/strudelv2_spa
- master@hpc-team/strudelv2_spa
script:
- apt update
......@@ -16,6 +15,8 @@ test:
- rm ./package-lock.json
- npm install
- ./node_modules/@angular/cli/bin/ng build --prod --base-href=/sv2/
artifacts:
- ./dist/
deploy_test:
only:
......
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