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 committed Jan 9, 2024
1 parent 5139cd2 commit 22b063a
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 @@ -18,7 +18,7 @@ IQE_CJI_TIMEOUT="30m" # This is the time to wait for smoke test to complete or
# Install bonfire repo/initialize
# https://raw.githubusercontent.com/RedHatInsights/bonfire/master/cicd/bootstrap.sh
# This script automates the install / config of bonfire
CICD_URL=https://raw.githubusercontent.com/RedHatInsights/bonfire/master/cicd
CICD_URL=https://raw.githubusercontent.com/RedHatInsights/cicd-tools/main
curl -s $CICD_URL/bootstrap.sh > .cicd_bootstrap.sh && source .cicd_bootstrap.sh

# This script is used to build the image that is used in the PR Check
Expand Down

0 comments on commit 22b063a

Please sign in to comment.