From 11ddb3fb366b890966706cd5a078ee47b3fe10cc Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 18 Feb 2022 22:54:56 -0800 Subject: [PATCH] CI: [nfc] remove writing of OS_ID file As of the prior commit, nothing uses this. --- ci/install-packages.sh | 1 - 1 file changed, 1 deletion(-) 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 ) -- 2.40.0