From ac5ad9acbf93106b39505803d9ed230c8c87fea9 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Thu, 25 Jul 2019 15:20:57 -0400 Subject: Cirrus: Bypass release during image-building Signed-off-by: Chris Evich --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index e440e88a8..78b00c879 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -535,6 +535,9 @@ success_task: release_task: + # Never do this when building images + only_if: $CIRRUS_CHANGE_MESSAGE !=~ '.*\*\*\*\s*CIRRUS:\s*TEST\s*IMAGES\s*\*\*\*.*' + # TODO: Uncomment both to not affect pass/fail status of entire job? # allow_failures: $CI == "true" # skip_notifications: $CI == "true" -- cgit v1.2.3-54-g00ecf