diff options
author | Tim Smith <tsmith@chef.io> | 2021-12-22 10:59:01 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 10:59:01 -0800 |
commit | 283eedbc25f11016158d79ea9cca89ce11d0d492 (patch) | |
tree | a582b1661deb9e825ecf71bb2c4bfd516600bbe9 | |
parent | efaf98697e6f9a418b7349cc731fd1b872cb7881 (diff) | |
parent | 889dd5a4d62740b479411b9b2a60f8be1144980f (diff) | |
download | chef-283eedbc25f11016158d79ea9cca89ce11d0d492.tar.gz |
Merge pull request #12402 from chef/disable_cache_main
Disable omnibus caching in buildkite
-rw-r--r-- | .expeditor/config.yml | 4 |
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: |