mirror of
https://github.com/nestriness/nestri.git
synced 2026-09-19 17:25:19 +03:00
release(nesdoctor): point the installers at v0.2.1
v0.2.0 and earlier lose Windows submissions entirely, so nothing should be installing them.
This commit is contained in:
@@ -24,7 +24,7 @@ $Repo = 'nestrilabs/nestri'
|
|||||||
# product release goes out it would move again and every install here would
|
# product release goes out it would move again and every install here would
|
||||||
# 404. Bump this line when cutting a nesdoctor release; NESDOCTOR_TAG overrides
|
# 404. Bump this line when cutting a nesdoctor release; NESDOCTOR_TAG overrides
|
||||||
# it for testing.
|
# it for testing.
|
||||||
$DefaultTag = 'nesdoctor-v0.2.0'
|
$DefaultTag = 'nesdoctor-v0.2.1'
|
||||||
$Tag = if ($env:NESDOCTOR_TAG) { $env:NESDOCTOR_TAG } else { $DefaultTag }
|
$Tag = if ($env:NESDOCTOR_TAG) { $env:NESDOCTOR_TAG } else { $DefaultTag }
|
||||||
|
|
||||||
# TLS 1.2 explicitly: Windows PowerShell 5.1 still defaults to older protocols
|
# TLS 1.2 explicitly: Windows PowerShell 5.1 still defaults to older protocols
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ REPO="nestrilabs/nestri"
|
|||||||
# product release goes out it would move again and every install here would
|
# product release goes out it would move again and every install here would
|
||||||
# 404. Bump this line when cutting a nesdoctor release; `NESDOCTOR_TAG`
|
# 404. Bump this line when cutting a nesdoctor release; `NESDOCTOR_TAG`
|
||||||
# overrides it for testing.
|
# overrides it for testing.
|
||||||
DEFAULT_TAG="nesdoctor-v0.2.0"
|
DEFAULT_TAG="nesdoctor-v0.2.1"
|
||||||
TAG="${NESDOCTOR_TAG:-$DEFAULT_TAG}"
|
TAG="${NESDOCTOR_TAG:-$DEFAULT_TAG}"
|
||||||
TMP="$(mktemp -d)"
|
TMP="$(mktemp -d)"
|
||||||
trap 'rm -rf "$TMP"' EXIT INT TERM
|
trap 'rm -rf "$TMP"' EXIT INT TERM
|
||||||
|
|||||||
Reference in New Issue
Block a user