From 800087f0dc57298e902bb234036140dd82085e89 Mon Sep 17 00:00:00 2001 From: Sebastian Pisula <sebastian.pisula@gmail.com> Date: Thu, 12 Jun 2025 20:57:24 +0200 Subject: [PATCH] feature(core): remove unused MANTLE_PIXEL_TOKEN check in GitLab CI --- gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/gitlab-ci.yml b/gitlab-ci.yml index 52370ba..a4537bf 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -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 -- GitLab