This commit is contained in:
병준 박 2025-04-16 04:36:27 +00:00
parent 5bbdc30289
commit f5064c4c5e

View File

@ -62,7 +62,7 @@ spec:
fi fi
echo "📂 Checking built artifacts..." 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 echo -n "$BUILD_PATH" > /tekton/results/build-artifact-path
if [ -d "$BUILD_PATH" ] && [ -n "$(ls -A "$BUILD_PATH")" ]; then if [ -d "$BUILD_PATH" ] && [ -n "$(ls -A "$BUILD_PATH")" ]; then