init
This commit is contained in:
parent
5bbdc30289
commit
f5064c4c5e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user