From 5a2efdb6575429875a90fed1adf30254e639ac61 Mon Sep 17 00:00:00 2001 From: Egor Shamardin <33912805+LightOfHeaven1994@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:01:39 +0200 Subject: [PATCH] fix(CI): Use production templates for pr_check (#1209) --- pr_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_check.sh b/pr_check.sh index a411c1ec..80956303 100755 --- a/pr_check.sh +++ b/pr_check.sh @@ -30,7 +30,7 @@ export IQE_SELENIUM="true" export APP_NAME="patchman" export DEPLOY_TIMEOUT="900" # 15min export IQE_CJI_TIMEOUT="30m" -export REF_ENV="insights-stage" +export REF_ENV="insights-production" export COMPONENTS_W_RESOURCES="vmaas patchman" export COMPONENT_NAME="patchman-ui"