From 07022953ca7a27f8de2e40affce81c16ac828e88 Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Fri, 2 Feb 2024 11:33:01 +0100 Subject: [PATCH] pr_check: remove content-sources from the deployment --- pr_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_check.sh b/pr_check.sh index e5ba26e6..d3fa6912 100755 --- a/pr_check.sh +++ b/pr_check.sh @@ -33,7 +33,7 @@ source <(curl -sSL $COMMON_BUILDER/src/frontend-build.sh) # reserve ephemeral namespace export DEPLOY_FRONTENDS="true" -export EXTRA_DEPLOY_ARGS="provisioning sources content-sources rhsm-api-proxy --set-template-ref rhsm-api-proxy=master" +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"