[TMP] Disable automatic commit for now

Need to revise how we do branches
This commit is contained in:
SpiritCroc 2024-10-06 12:19:47 +02:00
parent 055866f599
commit c7181068c6

View File

@ -174,8 +174,8 @@ done
popd > /dev/null
if [[ "$automatic_commit" == [Yy]* ]]; then
# see: https://devops.stackexchange.com/a/5443
git add -A
git diff-index --quiet HEAD || git commit -m "Automatic theme update"
fi
#if [[ "$automatic_commit" == [Yy]* ]]; then
# # see: https://devops.stackexchange.com/a/5443
# git add -A
# git diff-index --quiet HEAD || git commit -m "Automatic theme update"
#fi