From: Michael Wallner Date: Tue, 13 Oct 2020 18:20:01 +0000 (+0200) Subject: cirrus: yaml error [travis skip] X-Git-Tag: 1.1.0-beta1~231 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=7fa437ebb732eb1155e54b7921dc46079c1c9cfb;p=m6w6%2Flibmemcached cirrus: yaml error [travis skip] --- diff --git a/.cirrus.yml b/.cirrus.yml index 58f79e47..e93069a7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -48,12 +48,12 @@ task: install_script: | sudo -E -u nobody make -C build install DESTDIR=/tmp on_success: - gitter_script: | + gitter_success_script: | curl -sS "${gitter}" \ --data-urlencode "level=info" \ --data-urlencode "message=Cirrus-CI build for ${CIRRUS_BRANCH} on ${OS} [succeeded](https://cirrus-ci.org/tasg/${CIRRUS_TASK_ID})" on_failure: - gitter_script: | + gitter_failure_script: | curl -sS "${gitter}" \ --data-urlencode "level=error" \ --data-urlencode "message=Cirrus-CI build for ${CIRRUS_BRANCH} on ${OS} [failed](https://cirrus-ci.org/tasg/${CIRRUS_TASK_ID})"