Skip to content

Commit

Permalink
ci: Change CICD_URL for pr_check
Browse files Browse the repository at this point in the history
  • Loading branch information
akhil-jha authored and amirfefer committed Jan 10, 2024
1 parent 582c32e commit aba7979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rhcicd/pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aba7979

Please sign in to comment.