fix fdroid build gradle caching location

This commit is contained in:
proletarius101 2022-07-07 23:44:48 +08:00
parent 597f70de2d
commit 3d8393b361
No known key found for this signature in database
GPG key ID: AD34DEC6F77D5511

View file

@ -229,7 +229,7 @@ fdroid build:
cache:
key: "$CI_JOB_NAME"
paths:
- .gradle
- /home/vagrant/.gradle
script:
- unset CI
- git fetch https://gitlab.com/fdroid/fdroiddata.git;