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

feature(core): variable

parent a8b3070e
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,6 @@ 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}
......@@ -98,6 +97,9 @@ composer install:
prepare assets stage:
<<: *prepare-assets
except:
- master
- tags
variables:
SHOPIFY_API_KEY: $STAGE_SHOPIFY_API_KEY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment