From 44ba6ecce4e50bf5599ab38e8cf433cb9f653b6a Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Tue, 6 Dec 2022 04:25:02 -0800 Subject: [PATCH] install.sh: Updates --- ci/release/_install.sh | 2 +- ci/release/template/scripts/lib.sh | 2 +- ci/sub | 2 +- install.sh | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/release/_install.sh b/ci/release/_install.sh index 25e0aa2a5..c791b0918 100755 --- a/ci/release/_install.sh +++ b/ci/release/_install.sh @@ -497,7 +497,7 @@ fetch_release_info() { else release_info_url="https://api.github.com/repos/$REPO/releases/tags/$VERSION" fi - fetch_gh "$release_info_url" "$RELEASE_INFO" \ + DRY_RUN= fetch_gh "$release_info_url" "$RELEASE_INFO" \ 'application/json' VERSION=$(cat "$RELEASE_INFO" | grep -m1 tag_name | sed 's/^.*: "\(.*\)",$/\1/g') } diff --git a/ci/release/template/scripts/lib.sh b/ci/release/template/scripts/lib.sh index 3209b4862..17e166197 100644 --- a/ci/release/template/scripts/lib.sh +++ b/ci/release/template/scripts/lib.sh @@ -65,7 +65,7 @@ temp_exittrap() { temppath() { ensure_tmpdir while true; do - temppath=$_TMPDIR/$(