Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): try skip fdroid repo #2435

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish

on:
pull_request:
schedule:
- cron: '0 5 * * *'

Expand Down Expand Up @@ -66,7 +67,9 @@ jobs:
sudo apt-get update
sudo apt-get install apksigner fdroidserver python3-pip --no-install-recommends
sudo apt-get purge fdroidserver
pip3 install https://gitlab.com/fdroid/fdroidserver/-/archive/master/fdroidserver.tar.gz
# see https://gitlab.com/wrenix/fdroidserver/-/compare/master...fix%2Fduplicated-sign?from_project_id=36527&straight=false
pip3 install https://gitlab.com/wrenix/fdroidserver/-/archive/d9aab228e2d26ded836c88ae1d3c0a05ce1adb2f/fdroidserver-d9aab228e2d26ded836c88ae1d3c0a05ce1adb2f.tar.gz
# pip3 install https://gitlab.com/fdroid/fdroidserver/-/archive/master/fdroidserver.tar.gz
export DEBUG_KEYSTORE=${{ secrets.DEBUG_KEYSTORE }}
GITHUB_REPOSITORY=provokateurin/nextcloud-neon fdroid nightly -v --archive-older 10

Expand Down
Loading