From 322fb3586445056f4199ff4b937437ef79ff1c3d Mon Sep 17 00:00:00 2001 From: Chris Vandervoort Date: Tue, 20 Aug 2024 17:34:49 -0700 Subject: [PATCH] add deploy review to false --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4333e9cf161..ae8060bf062 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ variables: # Run on the Internal cluster only on commit. # We run the tests via the integration test framework for Non-Prod/Prod. DEPLOY_INTERNAL: "true" + DEPLOY_REVIEW: "false" DEPLOY_STAGE: "false" DEPLOY_PROD: "false" DEPLOY_SANDBOX: "false"