Skip to content

Commit

Permalink
check-repos: fix error message
Browse files Browse the repository at this point in the history
The script no longer checks the redhat-appstudio-tekton-catalog org
(it's no longer necessary to create repos there).

Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed Oct 14, 2024
1 parent ecbf76f commit 7d7c94e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .tekton/scripts/check-task-pipeline-bundle-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ done

if [ -n "$has_missing_repo" ]; then
echo "Please contact Build team - #forum-konflux-build that the missing repos should be created in:"
echo "- https://quay.io/organization/redhat-appstudio-tekton-catalog"
echo "- https://quay.io/organization/konflux-ci"
exit 1
else
Expand Down

0 comments on commit 7d7c94e

Please sign in to comment.