summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeha Pansare <neha.pansare@progress.com>2022-12-09 16:12:24 +0530
committerNeha Pansare <neha.pansare@progress.com>2023-01-02 18:11:46 +0530
commit428658f4fef13b5a5eb32d006972191b87aa2b66 (patch)
treebd77676435d8b091aee11dccf47984ee9e37076e
parentd7400f32969aa6aaf09877c226e705de58d0aa0d (diff)
downloadchef-INFC-374_set_ignore_cache.tar.gz
Disable caching for adhoc build as causes build failures ever since Chef16 omnibus build env started running on ruby31INFC-374_set_ignore_cache
Fix typo in nightly build run Signed-off-by: Neha Pansare <neha.pansare@progress.com>
-rw-r--r--.expeditor/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index d89ce72157..2b7937f7f6 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -38,6 +38,7 @@ pipelines:
- omnibus/adhoc:
definition: .expeditor/release.omnibus.yml
env:
+ - IGNORE_CACHE: true # caching causes build failures ever since Chef16 build env started using ruby31
- ADHOC: true
github: