This commit is contained in:
Michel Roegl-Brunner 2025-03-18 11:54:35 +01:00
parent fd469e4c15
commit 7966726a73

View File

@ -149,7 +149,7 @@ jobs:
cp ../ct/$script_name.sh . cp ../ct/$script_name.sh .
cp ../install/$script_name-install.sh . cp ../install/$script_name-install.sh .
cp ../frontend/public/json/$script_name.json . cp ../frontend/public/json/$script_name.json .
sed -i 's|source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func)|source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)|' ct/$script_name.sh
git add . git add .
if git diff --cached --exit-code; then if git diff --cached --exit-code; then
echo "No changes detected, skipping commit." echo "No changes detected, skipping commit."