mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 12:39:29 +01:00
fix: wrong CI dependency for F-Droid builds
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
3194348958
commit
3b9503d3bf
@ -205,7 +205,7 @@ fdroid_repo:
|
||||
paths:
|
||||
- repo
|
||||
needs:
|
||||
- "build_android_debug"
|
||||
- "build_android_apk"
|
||||
resource_group: playstore_release
|
||||
allow_failure: true
|
||||
only:
|
||||
|
@ -15,7 +15,7 @@ cp config.nightly.py config.py
|
||||
|
||||
PIPELINES="$(curl https://gitlab.com/api/v4/projects/${GITLAB_PROJECT_ID}/pipelines\?ref=main\&status=success\&order_by=updated_at | jq '.[].id' | head -n3)"
|
||||
|
||||
cp ../build/app/outputs/apk/debug/app-debug.apk repo/fluffychat-latest.apk
|
||||
cp ../build/android/app-release.apk repo/fluffychat-latest.apk
|
||||
|
||||
for PIPELINE in $PIPELINES
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user