From 889dd5a4d62740b479411b9b2a60f8be1144980f Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 21 Dec 2021 14:45:49 -0800 Subject: Disable omnibus caching in buildkite It's causing lots of failures Signed-off-by: Tim Smith --- .expeditor/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- cgit v1.2.1