This commit is contained in:
병준 박 2025-04-16 04:31:59 +00:00
parent 3b9291fc20
commit 5bbdc30289

View File

@ -62,7 +62,7 @@ spec:
fi
echo "📂 Checking built artifacts..."
BUILD_PATH="/workspace/base/$(params.workshop)/dist"
BUILD_PATH="/workspace/base/$(params.base)/source/dist"
echo -n "$BUILD_PATH" > /tekton/results/build-artifact-path
if [ -d "$BUILD_PATH" ] && [ -n "$(ls -A "$BUILD_PATH")" ]; then