From aba7979ca83dded007d7cfe0d8ebce8854a88dac Mon Sep 17 00:00:00 2001 From: Akhil Jha Date: Wed, 10 Jan 2024 14:46:43 +0530 Subject: [PATCH] ci: Change CICD_URL for pr_check --- .rhcicd/pr_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rhcicd/pr_check.sh b/.rhcicd/pr_check.sh index 8e430794..869f3a0a 100755 --- a/.rhcicd/pr_check.sh +++ b/.rhcicd/pr_check.sh @@ -29,7 +29,7 @@ set -exv source <(curl -sSL $COMMON_BUILDER/src/frontend-build.sh) # Install bonfire repo/initialize -CICD_URL=https://raw.githubusercontent.com/RedHatInsights/bonfire/master/cicd +CICD_URL=https://raw.githubusercontent.com/RedHatInsights/cicd-tools/main # shellcheck source=/dev/null curl -s $CICD_URL/bootstrap.sh > .cicd_bootstrap.sh && source .cicd_bootstrap.sh