pull before any git changes
This commit is contained in:
parent
37968e070f
commit
037879d446
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ echo '' > compiled/all-adblock.txt
|
|||
} >> compiled/all-adblock.txt
|
||||
|
||||
cd compiled
|
||||
git pull --quiet
|
||||
git add all-adblock.txt
|
||||
git commit --quiet -m "$date"
|
||||
git push --quiet --no-progress 2>&1 | grep -v "references"
|
||||
|
|
Loading…
Reference in a new issue