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

feature(core): remove unused MANTLE_PIXEL_TOKEN check in GitLab CI

parent b5c600da
No related branches found
No related tags found
1 merge request!26feature(core): simplify GitLab CI variables and update build paths
......@@ -71,7 +71,6 @@ build web frontend:
stage: build
before_script:
- if [ "$APP_ENV" == "" ]; then echo "APP_ENV 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