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

feature(core): variable

parent ba3df38f
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ stages:
stage: build
interruptible: true
script:
- echo $SHOPIFY_API_KEY
- echo "$SHOPIFY_API_KEY"
- if [ "$SHOPIFY_API_KEY" == "" ]; then echo "SHOPIFY_API_KEY is empty" ; exit 1; fi
- cd web/frontend
- 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.
Finish editing this message first!
Please register or to comment