Reconcile canonical GnosysLabs/Hop publishing paths with accepted release implementation
CI / powershell-installer (push) Waiting to run
CI / test (push) Failing after 2m39s
CI / powershell-installer (push) Waiting to run
CI / test (push) Failing after 2m39s
Hop-State: A_06FN5C39XCC4JXJEAKVD5S0 Hop-Proposal: R_06FN5C2KP6Z8BKCP0KK1QZ0 Hop-Task: T_06FN3MBF98GWD4NA5PA1RWG Hop-Attempt: AT_06FN5B04YJGZ2NFP2TJWM1R
This commit is contained in:
@@ -15,7 +15,7 @@ New-Item -ItemType Directory -Path $fixtures, $payload | Out-Null
|
||||
try {
|
||||
$binary = Join-Path $payload "hop.exe"
|
||||
& go build -trimpath `
|
||||
-ldflags "-X githop.xyz/hop/hop/internal/hop.Version=9.9.9-installer-test" `
|
||||
-ldflags "-X githop.xyz/GnosysLabs/Hop/internal/hop.Version=9.9.9-installer-test" `
|
||||
-o $binary (Join-Path $root "cmd/hop")
|
||||
if ($LASTEXITCODE -ne 0) { throw "Could not build installer test binary" }
|
||||
|
||||
@@ -55,7 +55,7 @@ try {
|
||||
|
||||
& (Join-Path $root "scripts/install.ps1") `
|
||||
-GiteaUrl "https://gitea.test" `
|
||||
-Repository "hop/hop" `
|
||||
-Repository "GnosysLabs/Hop" `
|
||||
-InstallDir $installDir `
|
||||
-SkipSkill `
|
||||
-SkipPath
|
||||
|
||||
Reference in New Issue
Block a user