This commit is contained in:
@@ -69,7 +69,7 @@ jobs:
|
|||||||
RENDER_DIR=()
|
RENDER_DIR=()
|
||||||
|
|
||||||
if [ "$GITHUB_EVENT_NAME" == "workflow_dispatch" ]; then
|
if [ "$GITHUB_EVENT_NAME" == "workflow_dispatch" ]; then
|
||||||
echo ">> Triggered on dispatch, will check all paths .."
|
echo ">> Triggered on dispatch, will check all paths ..."
|
||||||
RENDER_DIR+=$(ls clusters/cl01tl/helm/)
|
RENDER_DIR+=$(ls clusters/cl01tl/helm/)
|
||||||
|
|
||||||
else
|
else
|
||||||
@@ -89,7 +89,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n $RENDER_DIR ]; then
|
if [ -n "${RENDER_DIR}" ]; then
|
||||||
echo ">> Directories to Render:"
|
echo ">> Directories to Render:"
|
||||||
echo "$(printf "%s\n" "${RENDER_DIR[@]}" | sort -u)"
|
echo "$(printf "%s\n" "${RENDER_DIR[@]}" | sort -u)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user