summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeha Pansare <neha.pansare@progress.com>2023-01-19 15:46:57 +0530
committerNeha Pansare <neha.pansare@progress.com>2023-01-19 15:46:57 +0530
commitd6df15e872af8f90ccd0e87d78bd4f11c0330016 (patch)
treeb48b77705cf1850c22699af368052c2c8272d540
parentf6d0ca5889da3a6c7f3126802aa1a9ada7e48987 (diff)
downloadchef-neha-p6/ignore_cache_adhoc.tar.gz
Set IGNORE_CACHE to true otherwise adhoc builds fail for el, sles systemsneha-p6/ignore_cache_adhoc
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..f234566209 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -39,6 +39,7 @@ pipelines:
definition: .expeditor/release.omnibus.yml
env:
- ADHOC: true
+ - IGNORE_CACHE: true # caching causes constant build failures with ruby31
github:
# This deletes the GitHub PR branch after successfully merged into the release branch