pull before any git changes

This commit is contained in:
Robin Kloppe 2024-04-26 13:51:32 +00:00
parent 37968e070f
commit 037879d446

View file

@ -38,6 +38,7 @@ echo '' > compiled/all-adblock.txt
} >> compiled/all-adblock.txt } >> compiled/all-adblock.txt
cd compiled cd compiled
git pull --quiet
git add all-adblock.txt git add all-adblock.txt
git commit --quiet -m "$date" git commit --quiet -m "$date"
git push --quiet --no-progress 2>&1 | grep -v "references" git push --quiet --no-progress 2>&1 | grep -v "references"