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:
parent
b415e52ea2
commit
e85789f58d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue