Skip to content

Commit

Permalink
ci: adjust to new fdroid image shenigans
Browse files Browse the repository at this point in the history
  • Loading branch information
jhass committed Nov 23, 2023
1 parent d66ea52 commit 02fd066
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
environment: release-build
container:
image: registry.gitlab.com/fdroid/docker-executable-fdroidserver
options: -u root
env:
KEYSTORE_PATH: ${{ github.workspace }}/insporation.jks
LC_ALL: en_US.UTF-8
Expand Down Expand Up @@ -102,6 +101,8 @@ jobs:
KEYSTORE: ${{ secrets.KEYSTORE }}
- name: Update F-Droid repository
run: |
. /etc/profile.d/bsenv.sh
cd pages
git config --local user.email "[email protected]"
Expand All @@ -120,7 +121,7 @@ jobs:
find archive -name '*.apk' | sort -V | head -n-2 | xargs -r rm
# Rebuild repos
fdroid update
${fdroidserver}/fdroid update
# Cleanup icons
for icon in {repo,archive}/icons/*.*.png; do
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: insporation
description: A native diaspora* client
version: 1.1.0+1
version: 1.2.0+1
publish_to: none

environment:
Expand Down

0 comments on commit 02fd066

Please sign in to comment.