Update buildDev

only push build.gradle with updated devVersion number/code
This commit is contained in:
Tobias Kaminsky 2017-12-04 08:26:20 +01:00 committed by GitHub
parent 2c13fcb949
commit b755ad518b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,10 @@ mv latest.apk ~/apks/
# remove all but the latest 5 apks # remove all but the latest 5 apks
/bin/ls -t ~/apks/*.apk | awk 'NR>6' | xargs rm -f /bin/ls -t ~/apks/*.apk | awk 'NR>6' | xargs rm -f
git add build.gradle
git commit -m "daily dev $date"
git push
git tag dev-$date git tag dev-$date
git push origin dev-$date git push origin dev-$date