mirror of https://github.com/containers/podman.git
Cirrus: Bypass release during image-building
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
parent
07b1e331c2
commit
ac5ad9acbf
|
@ -535,6 +535,9 @@ success_task:
|
||||||
|
|
||||||
release_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?
|
# TODO: Uncomment both to not affect pass/fail status of entire job?
|
||||||
# allow_failures: $CI == "true"
|
# allow_failures: $CI == "true"
|
||||||
# skip_notifications: $CI == "true"
|
# skip_notifications: $CI == "true"
|
||||||
|
|
Loading…
Reference in New Issue