Add script to push binaries to orphan branch
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#! /bin/sh
|
||||
|
||||
git checkout --orphan binaries
|
||||
git add -f fdroid/repo/*.apk
|
||||
git commit -m "Add latest apks"
|
||||
git push --force origin binaries
|
||||
git checkout master
|
||||
git branch -D binaries
|
||||
Reference in New Issue
Block a user