This commit is contained in:
Michel Roegl-Brunner 2025-03-18 09:02:31 +01:00
parent 747db04c76
commit e5e4fc959c

View File

@ -29,7 +29,7 @@ jobs:
FILES=( FILES=(
"ct/${TITLE}.sh" "ct/${TITLE}.sh"
"install/${TITLE}-install.sh" "install/${TITLE}-install.sh"
"json/${TITLE}.json" "frontend/public/json/${TITLE}.json"
) )
EXISTS=false EXISTS=false
@ -58,7 +58,7 @@ jobs:
git checkout -b $branch git checkout -b $branch
rm -f ct/${TITLE}.sh rm -f ct/${TITLE}.sh
rm -f install/${TITLE}-install.sh rm -f install/${TITLE}-install.sh
rm -f json/${TITLE}.json rm -f frontend/public/json/${TITLE}.json
git add . git add .
if git diff --staged --quiet; then if git diff --staged --quiet; then
echo "No files to delete. Exiting..." echo "No files to delete. Exiting..."