From 516aaf0c0741aa6d201b6a46443c8c57e9499bfb Mon Sep 17 00:00:00 2001 From: binhex Date: Tue, 24 Sep 2024 11:12:40 +0100 Subject: [PATCH] remove temporary debug --- build/root/install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/root/install.sh b/build/root/install.sh index 16d722d..6afbf3b 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -9,8 +9,6 @@ RELEASETAG="${1}" # target arch from buildx arg TARGETARCH="${2}" -echo "${TARGETARCH}" -exit 0 if [[ -z "${RELEASETAG}" ]]; then echo "[warn] Release tag name from build arg is empty, exiting script..." exit 1