UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 6eb39f68 authored by jon ceanfaglione's avatar jon ceanfaglione
Browse files

fix for staging deploy

parent 531db21e
No related branches found
No related tags found
No related merge requests found
......@@ -43,10 +43,18 @@ e2e tests:
except:
- tags
staging:
image: registry.dsop.io/platform-one/private/big-bang/pipeline-templates/ext-cypress:v0.2.0
extends: .staging-site
script:
- echo 'Publishing build outputs to staging'
- npm install -D
- npm run build
publish:
image: registry.dsop.io/platform-one/private/big-bang/pipeline-templates/ext-cypress:v0.2.0
extends: .copy-site
script:
- echo 'Publishing build outputs'
- echo 'Publishing build outputs to MR for deployment'
- npm install -D
- npm run build
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