enhance push-apks.sh to push-updates.sh
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#! /bin/sh
|
||||
|
||||
git checkout master
|
||||
git add .
|
||||
git commit -m "Update from CI"
|
||||
git push origin master
|
||||
|
||||
git branch -D binaries
|
||||
git checkout --orphan binaries
|
||||
git add -f fdroid/repo/*.apk
|
||||
Reference in New Issue
Block a user