From 428658f4fef13b5a5eb32d006972191b87aa2b66 Mon Sep 17 00:00:00 2001 From: Neha Pansare Date: Fri, 9 Dec 2022 16:12:24 +0530 Subject: Disable caching for adhoc build as causes build failures ever since Chef16 omnibus build env started running on ruby31 Fix typo in nightly build run Signed-off-by: Neha Pansare --- .expeditor/config.yml | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.1