oparl: push after each commit

last step fails too often :(
This commit is contained in:
Astro 2022-06-19 00:56:20 +02:00
parent e9ee25c5e0
commit 0bd5415ce8
1 changed files with 2 additions and 0 deletions

View File

@ -60,12 +60,14 @@ in
pushd data
find . -name \*.json -exec git add "{}" +
git commit -m update || true
git push origin master
popd
meetings2ics data/meetings/ > data/meetings.ics
pushd data
git add meetings.ics
git commit -m "update meetings.ics" || true
git push origin master
popd
files_extract