From 04f1bc88bc04f845d657994545bb9828b0d8c969 Mon Sep 17 00:00:00 2001 From: Tomas Nevrlka Date: Tue, 8 Oct 2024 09:36:59 +0200 Subject: [PATCH] update outdated konflux build slack channel - Message in the check-task-pipeline-bundle-repos script says to contact #forum-stonesoup-build - This channel was renamed to #forum-konflux-build --- .tekton/scripts/check-task-pipeline-bundle-repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/scripts/check-task-pipeline-bundle-repos.sh b/.tekton/scripts/check-task-pipeline-bundle-repos.sh index ccb148a4a..79f76d921 100755 --- a/.tekton/scripts/check-task-pipeline-bundle-repos.sh +++ b/.tekton/scripts/check-task-pipeline-bundle-repos.sh @@ -66,7 +66,7 @@ for pl_name in ${pl_names[@]}; do done if [ -n "$has_missing_repo" ]; then - echo "Please contact Build team - #forum-stonesoup-build that the missing repos should be created in:" + 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