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

ccl

parent 61601fcb
No related branches found
No related tags found
1 merge request!24Feature/new ci
......@@ -69,7 +69,6 @@ build web frontend:
before_script:
- if [ "$APP_ENV" == "" ]; then echo "APP_ENV is empty" ; exit 1; fi
- if [ "$SHOPIFY_APP_CLIENT_ID" == "" ]; then echo "SHOPIFY_APP_CLIENT_ID is empty" ; exit 1; fi
- if [ "$MANTLE_PIXEL_TOKEN" == "" ]; then echo "MANTLE_PIXEL_TOKEN is empty" ; exit 1; fi
- echo $APP_ENV;
- node -v
- cd web/frontend
......
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