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

feature(core): variable

parent f99bc232
Branches
Tags 1.0.2 1.0.5 2.0 2.1
No related merge requests found
......@@ -31,6 +31,7 @@ stages:
stage: build
interruptible: true
script:
- 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.
Please register or to comment