From f5064c4c5effebf810a971e2a68ab09d8e294170 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Wed, 16 Apr 2025 04:36:27 +0000 Subject: [PATCH] init --- tasks/pybuild/task.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/pybuild/task.yaml b/tasks/pybuild/task.yaml index ac35f8a..97cbb88 100644 --- a/tasks/pybuild/task.yaml +++ b/tasks/pybuild/task.yaml @@ -62,7 +62,7 @@ spec: fi echo "📂 Checking built artifacts..." - BUILD_PATH="/workspace/base/$(params.base)/source/dist" + BUILD_PATH="/workspace/base/$(params.context)/source/dist" echo -n "$BUILD_PATH" > /tekton/results/build-artifact-path if [ -d "$BUILD_PATH" ] && [ -n "$(ls -A "$BUILD_PATH")" ]; then