From: Matthew Fernandez Date: Sat, 19 Feb 2022 06:54:56 +0000 (-0800) Subject: CI: [nfc] remove writing of OS_ID file X-Git-Tag: 3.0.0~21^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11ddb3fb366b890966706cd5a078ee47b3fe10cc;p=graphviz CI: [nfc] remove writing of OS_ID file As of the prior commit, nothing uses this. --- diff --git a/ci/install-packages.sh b/ci/install-packages.sh index f6418196e..1ceacfa5f 100755 --- a/ci/install-packages.sh +++ b/ci/install-packages.sh @@ -12,7 +12,6 @@ else cat /etc/os-release . /etc/os-release fi -printf '%s\n' "${ID}" >OS_ID GV_VERSION=$( cat GRAPHVIZ_VERSION ) DIR=Packages/${ID}/${VERSION_ID} ARCH=$( uname -m )