From 2cf3e556517573a7d5122a2d3b5c40cdcb0cfa70 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sun, 27 Dec 2020 12:42:10 +0100 Subject: [PATCH] ci: sr.ht: fix linux build tag --- .builds/scripts/notify-gitter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2