mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
Update buildDev
only push build.gradle with updated devVersion number/code
This commit is contained in:
parent
2c13fcb949
commit
b755ad518b
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ mv latest.apk ~/apks/
|
|||
# remove all but the latest 5 apks
|
||||
/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 push origin dev-$date
|
||||
|
||||
|
|
Loading…
Reference in a new issue