summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2018-10-15 17:51:43 -0400
committerChris Evich <cevich@redhat.com>2018-10-18 12:33:36 -0400
commit0c17f2010a6d296cfcecc6f703c22e185f930d63 (patch)
treec9b3fac2f89677fe5ce6612a3e72eb3bdd6e8de8 /.cirrus.yml
parenta50410467ac7db98b02fc936c8cac7c5b8229f22 (diff)
downloadpodman-0c17f2010a6d296cfcecc6f703c22e185f930d63.tar.gz
podman-0c17f2010a6d296cfcecc6f703c22e185f930d63.tar.bz2
podman-0c17f2010a6d296cfcecc6f703c22e185f930d63.zip
Cirrus: IRC message when cirrus testing successful
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 8f21a81e8..88cdfdab4 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -63,6 +63,8 @@ full_vm_testing_task:
integration_test_script: $SCRIPT_BASE/integration_test.sh
+ success_script: $SCRIPT_BASE/success.sh
+
# This task build new images for future PR testing, but only after a PR merge.
# These images save needing to install/setup the same environment to test every