We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa97a17 commit ffff4e7Copy full SHA for ffff4e7
.cirrus.yml
@@ -35,8 +35,6 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
35
folder: "/tmp/cirrus-ci-build/depends/built"
36
depends_sdk_cache:
37
folder: "/tmp/cirrus-ci-build/depends/sdk-sources"
38
- depends_releases_cache:
39
- folder: "/tmp/cirrus-ci-build/releases"
40
ci_script:
41
- ./ci/test_run_all.sh
42
@@ -103,6 +101,8 @@ task:
103
101
# For faster CI feedback, immediately schedule a task that compiles most modules
104
102
<< : *CREDITS_TEMPLATE
105
<< : *GLOBAL_TASK_TEMPLATE
+ depends_releases_cache:
+ folder: "/tmp/cirrus-ci-build/releases"
106
container:
107
image: ubuntu:bionic
108
env:
0 commit comments