We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1e6fd commit 4db78edCopy full SHA for 4db78ed
entrypoint.sh
@@ -129,7 +129,7 @@ if [ "$CLEAN" = "true" ]; then
129
if [ -f "${DST_REPO_NAME}/${DST_PATH}" ] ; then
130
find "${DST_REPO_NAME}/${DST_PATH}" -type f -not -path '*/\.git/*' -delete
131
elif [ -d "${DST_REPO_NAME}/${DST_PATH}" ] ; then
132
- find "${DST_REPO_NAME}/${DST_PATH%/*}/*" -type f -not -path '*/\.git/*' -delete
+ find "${DST_REPO_NAME}/${DST_PATH%/*}"/* -type f -not -path '*/\.git/*' -delete
133
else
134
echo >&2 "Nothing to clean 🧽"
135
fi
0 commit comments