deploy.sh: Check out master after running the tool.

This commit is contained in:
Fabian Schlenz 2018-03-08 22:32:51 +01:00
parent d66834c3d5
commit a8944125b6
1 changed files with 3 additions and 0 deletions

View File

@ -81,4 +81,7 @@ curl https://api.telegram.org/bot${BOT_TOKEN}/sendMessage -XPOST --form "text=<-
echo "Cleaning release_notes.txt..."
> release_notes.txt
echo "Checking out master..."
git checkout master
echo "Done."