From c8565c514dbfa5a477e5c13d14e5b38112ea29fb Mon Sep 17 00:00:00 2001 From: Adam Cmiel Date: Thu, 9 Jan 2025 10:52:11 +0100 Subject: [PATCH] push CI: build bundles after creating repos The create-repositories-if-missing creates the quay repositories for the build-bundles task. Run them in the correct order. Signed-off-by: Adam Cmiel --- .tekton/push.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.tekton/push.yaml b/.tekton/push.yaml index 5c70e22641..ae345eb4b3 100644 --- a/.tekton/push.yaml +++ b/.tekton/push.yaml @@ -94,6 +94,7 @@ spec: runAfter: - build-appstudio-utils - ec-task-checks + - create-repositories-if-missing workspaces: - name: source workspace: workspace