add push to gitea
This commit is contained in:
parent
f0fcc53611
commit
bda28fd79c
@ -13,7 +13,8 @@ else
|
||||
git diff "list.csv"
|
||||
git diff "list.csv" | python3 stdin2discord.py
|
||||
git add "list.csv"
|
||||
git commit -m "commit" | grep -vE 'On branch master|nothing to commit, working tree clean'
|
||||
git commit -m "commit" 2>/dev/null >/dev/null
|
||||
git push 2>/dev/null
|
||||
fi
|
||||
|
||||
#curl -L -o "list.csv" -s "https://docs.google.com/spreadsheets/d/e/2PACX-1vTXE8HCavThmJt1Wshy3GyF2ZJ-264SbNRVucsPUe2rbEgpm-e3tqsX-8K2mwsG4ozBj6qUyOOd4RMe/pub?gid=1832580214&single=true&output=csv" || { echo "downloading failed"; exit 1; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user