summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-12-21 14:45:49 -0800
committerTim Smith <tsmith84@gmail.com>2021-12-21 14:45:49 -0800
commit889dd5a4d62740b479411b9b2a60f8be1144980f (patch)
treec79c3f55e657d11e3c9c1346140b48578396ee18
parent7bb44f8f632152c3c4f0f99db59a24f313fe2e4c (diff)
downloadchef-disable_cache_main.tar.gz
Disable omnibus caching in buildkitedisable_cache_main
It's causing lots of failures Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/config.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index e3f36ecf7d..69bb62b4d9 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -27,7 +27,9 @@ pipelines:
- habitat/test:
definition: .expeditor/habitat-test.pipeline.yml
trigger: default
- - omnibus/release
+ - omnibus/release:
+ env:
+ - IGNORE_CACHE: true # caching causes constant build failures
- omnibus/adhoc:
definition: .expeditor/release.omnibus.yml
env: