Move update scripts into hosting directory

This commit is contained in:
2026-06-12 09:19:58 +02:00
parent a4c54d132b
commit 0d758adb2d
2 changed files with 1 additions and 14 deletions
@@ -1,5 +1,6 @@
# !/bin/sh
git pull
cd fdroid
fdroid update -c
fdroid update
-14
View File
@@ -1,14 +0,0 @@
#! /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
git commit -m "Add latest apks"
git push --force origin binaries
git checkout master
git branch -D binaries