Test
Some checks failed
Deploy KubeViz / deploy (push) Failing after 1s

This commit is contained in:
2026-03-01 08:48:11 +01:00
parent 0480ba7e84
commit 271de24a1c

View File

@@ -54,6 +54,9 @@ jobs:
exit 1
fi
if [ "$(pwd)" = "${workspace}" ]; then
cd /tmp
fi
rm -rf "${workspace}"
mkdir -p "${workspace}"
git clone --depth 1 --no-tags "${repo_url}" "${workspace}"