From 6266acc8b40584dd898dfe59c747076ac6e3f59a Mon Sep 17 00:00:00 2001 From: Adam Cmiel Date: Fri, 20 Sep 2024 13:33:22 +0200 Subject: [PATCH] Don't check redhat-appstudio repo existence We no longer push new tasks to redhat-appstudio-tekton-catalog, we only push them to konflux-ci/tekton-catalog. Signed-off-by: Adam Cmiel --- .tekton/scripts/check-task-pipeline-bundle-repos.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.tekton/scripts/check-task-pipeline-bundle-repos.sh b/.tekton/scripts/check-task-pipeline-bundle-repos.sh index 74d0537e19..ccb148a4a4 100755 --- a/.tekton/scripts/check-task-pipeline-bundle-repos.sh +++ b/.tekton/scripts/check-task-pipeline-bundle-repos.sh @@ -8,7 +8,6 @@ SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" cd "$SCRIPTDIR/../.." CATALOG_NAMESPACES=( - redhat-appstudio-tekton-catalog konflux-ci/tekton-catalog )