diff --git a/.tekton/scripts/check-task-pipeline-bundle-repos.sh b/.tekton/scripts/check-task-pipeline-bundle-repos.sh index 79f76d9215..74e3f3eaad 100755 --- a/.tekton/scripts/check-task-pipeline-bundle-repos.sh +++ b/.tekton/scripts/check-task-pipeline-bundle-repos.sh @@ -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