summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-07-25 15:20:57 -0400
committerChris Evich <cevich@redhat.com>2019-07-25 15:20:57 -0400
commitac5ad9acbf93106b39505803d9ed230c8c87fea9 (patch)
treed092ca1cc5726f2b0779dc6d29cdc384081f9224 /.cirrus.yml
parent07b1e331c2f4abda0d06610ee56d79147de60cf3 (diff)
downloadpodman-ac5ad9acbf93106b39505803d9ed230c8c87fea9.tar.gz
podman-ac5ad9acbf93106b39505803d9ed230c8c87fea9.tar.bz2
podman-ac5ad9acbf93106b39505803d9ed230c8c87fea9.zip
Cirrus: Bypass release during image-building
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml3
1 files changed, 3 insertions, 0 deletions
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"