summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-12-21 14:44:09 -0800
committerTim Smith <tsmith84@gmail.com>2021-12-21 14:44:09 -0800
commitce27f456ae867059bcabdb7f213d3367ef07bb06 (patch)
tree8f4a789116cb9ebfa32d6fbee0f8804e94a45e5a
parent9aa9e6e829c6241d0b08caa6f505674ccb84d289 (diff)
downloadchef-ce27f456ae867059bcabdb7f213d3367ef07bb06.tar.gz
Disable omnibus caching in buildkitedisable_cache
It's causing lots of pain 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 4488f07a63..cff82c6e1a 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -25,7 +25,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: