mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-04 10:19:30 +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:
|
paths:
|
||||||
- repo
|
- repo
|
||||||
needs:
|
needs:
|
||||||
- "build_android_debug"
|
- "build_android_apk"
|
||||||
resource_group: playstore_release
|
resource_group: playstore_release
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
only:
|
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)"
|
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
|
for PIPELINE in $PIPELINES
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user