Disable cache for KVM jobs

fill up our runner quickly and take forever to store
This commit is contained in:
Torsten Grote
2024-10-18 11:27:47 -03:00
parent 3bd8f2736b
commit e8ea01e3ac

View File

@@ -259,6 +259,7 @@ libs database schema:
image: briar/ci-image-android-emulator:latest
tags:
- kvm
cache: []
script:
- ./gradlew assembleFullDebug
- export AVD_SDK=`echo $CI_JOB_NAME | awk '{print $2}'`