From: Michael Wallner Date: Sun, 27 Dec 2020 11:42:10 +0000 (+0100) Subject: ci: sr.ht: fix linux build tag X-Git-Tag: 1.1.0-beta2~6 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=2cf3e556517573a7d5122a2d3b5c40cdcb0cfa70;p=awesomized%2Flibmemcached ci: sr.ht: fix linux build tag --- diff --git a/.builds/scripts/notify-gitter b/.builds/scripts/notify-gitter index cac46b75..cee859b7 100755 --- a/.builds/scripts/notify-gitter +++ b/.builds/scripts/notify-gitter @@ -12,7 +12,7 @@ BUILD_URL=${JOB_URL} BUILD_TAG=$(uname -o 2>/dev/null || uname -s) if expr match "$BUILD_TAG" ".*Linux" >/dev/null then - BUILD_TAG=$(lsb_release -irs) + BUILD_TAG=$(source /etc/os-release; echo $PRETTY_NAME) fi BUILD_CXX=$(c++ --version | head -1) if expr match "${BUILD_CXX}" "${BUILD_TAG}" >/dev/null