From c006387caedf8164e638966bfcd6ed86e7ee3b22 Mon Sep 17 00:00:00 2001 From: Joe Stuart Date: Wed, 27 Mar 2024 12:50:31 -0500 Subject: [PATCH] build-acceptable-bundles.sh was not found Set the working dir to the workspace path to fix --- .tekton/push.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.tekton/push.yaml b/.tekton/push.yaml index eaeab8c126..3535a27c24 100644 --- a/.tekton/push.yaml +++ b/.tekton/push.yaml @@ -134,6 +134,7 @@ spec: steps: - name: build-bundles image: quay.io/redhat-appstudio/appstudio-utils:{{ revision }} + workingDir: $(workspaces.artifacts.path)/source env: - name: REVISION value: "$(params.revision)"