Skip to content
Snippets Groups Projects
Commit ba3df38f authored by Sebastian Pisula's avatar Sebastian Pisula
Browse files

feature(core): variable

parent f99bc232
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ stages: ...@@ -31,6 +31,7 @@ stages:
stage: build stage: build
interruptible: true interruptible: true
script: script:
- echo $SHOPIFY_API_KEY
- if [ "$SHOPIFY_API_KEY" == "" ]; then echo "SHOPIFY_API_KEY is empty" ; exit 1; fi - if [ "$SHOPIFY_API_KEY" == "" ]; then echo "SHOPIFY_API_KEY is empty" ; exit 1; fi
- cd web/frontend - cd web/frontend
- npm config set -- //${CI_SERVER_HOST}/:_authToken=${PREDATORS_DEPLOY_TOKEN} - npm config set -- //${CI_SERVER_HOST}/:_authToken=${PREDATORS_DEPLOY_TOKEN}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment