gitlab-ci: cache APKs and git repos between runs
This commit is contained in:
parent
449287fe25
commit
f2c4bff0a3
|
@ -45,6 +45,7 @@ pages:
|
|||
only:
|
||||
- schedules
|
||||
cache:
|
||||
key: "$CI_JOB_NAME"
|
||||
paths:
|
||||
- vendor/ruby
|
||||
artifacts:
|
||||
|
@ -69,6 +70,11 @@ fdroid-buildserver:
|
|||
- unsigned
|
||||
expire_in: 1 week
|
||||
when: always
|
||||
cache:
|
||||
key: "$CI_JOB_NAME"
|
||||
paths:
|
||||
- build
|
||||
- unsigned
|
||||
script:
|
||||
- virsh -c qemu:///system destroy builder_default || true
|
||||
- virsh -c qemu:///system undefine builder_default
|
||||
|
|
Loading…
Reference in a new issue