pr_check: change --ref-env to insights-production

As that's our target eventually and it fixes issues with
pulp/content-sources
This commit is contained in:
Jakub Rusz 2024-06-04 12:19:23 +02:00 committed by Klara Simickova
parent b415e52ea2
commit e85789f58d

View file

@ -26,7 +26,7 @@ export RESERVE_DURATION="2h"
# bootstrap bonfire and it's config
CICD_URL=https://raw.githubusercontent.com/RedHatInsights/bonfire/master/cicd
curl -s "$CICD_URL"/bootstrap.sh > .cicd_bootstrap.sh && source .cicd_bootstrap.sh
curl -s "$CICD_URL"/bootstrap.sh >.cicd_bootstrap.sh && source .cicd_bootstrap.sh
# # source is preferred to | bash -s in this case to avoid a subshell
source <(curl -sSL $COMMON_BUILDER/src/frontend-build.sh)
@ -36,7 +36,7 @@ export DEPLOY_FRONTENDS="true"
export EXTRA_DEPLOY_ARGS="provisioning sources rhsm-api-proxy --set-template-ref rhsm-api-proxy=master"
export APP_NAME="image-builder-crc"
export DEPLOY_TIMEOUT="1200"
export REF_ENV="insights-stage"
export REF_ENV="insights-production"
source "$CICD_ROOT"/deploy_ephemeral_env.sh