X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.github%2Fnotify-gitter.sh;h=036e932c3a41676d44898ec051d1f1c403e13d42;hb=0d7a3e0e040ddf840d656b61f41419c252debcde;hp=edfe9995d9f5cd13e1ebe0712574962801a0826b;hpb=9b0cb8f7aac22ccb4eff6dcabcae4db627217efa;p=awesomized%2Flibmemcached diff --git a/.github/notify-gitter.sh b/.github/notify-gitter.sh index edfe9995..036e932c 100755 --- a/.github/notify-gitter.sh +++ b/.github/notify-gitter.sh @@ -1,6 +1,4 @@ #!/usr/bin/env bash -GITTER=$1 - REPO=${GITHUB_REPOSITORY} REF=$(basename ${GITHUB_REF}) @@ -9,7 +7,7 @@ REF_URL=https://github.com/${REPO}/commits/${REF} BUILD_URL=https://github.com/${REPO}/actions/runs/${GITHUB_RUN_ID} BUILD_ENV=${ImageOS}/${CC:-${CC_VND}-${CC_VER}} -case "$2" in +case "$1" in 1|true|success) level=info status=success