From 3028fbe19e9e4fad3aa579c4db2462ab8f948f15 Mon Sep 17 00:00:00 2001 From: Neha Pansare Date: Wed, 29 Mar 2023 16:26:56 +0530 Subject: Ignore artifactory for both release and adhoc omnibus buildkite pipelines due to failures of artifactory gem not found Signed-off-by: Neha Pansare --- .expeditor/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index d89ce72157..2ff651d60d 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -35,10 +35,12 @@ pipelines: - omnibus/release: env: - IGNORE_CACHE: true # caching causes constant build failures + - IGNORE_ARTIFACTORY_RUBY_PROXY: true - omnibus/adhoc: definition: .expeditor/release.omnibus.yml env: - ADHOC: true + - IGNORE_ARTIFACTORY_RUBY_PROXY: true github: # This deletes the GitHub PR branch after successfully merged into the release branch -- cgit v1.2.1