Workflows

This commit is contained in:
Michel Roegl-Brunner 2025-05-14 15:29:25 +02:00
parent 4774d76495
commit b9d6559d35

View File

@ -133,10 +133,6 @@ jobs:
echo "install file already exists in ProxmoxVE"
exit 1
fi
if [[ -f "frontend/public/json/${script_name}.json" ]]; then
echo "json file already exists in ProxmoxVE"
exit 1
fi
git checkout -b "$branch_name"