mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
build.ps1: update import paths to "go.etcd.io/etcd"
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
parent
d37f1521b7
commit
7300bfdd1d
@ -1,4 +1,4 @@
|
|||||||
$ORG_PATH="github.com/coreos"
|
$ORG_PATH="go.etcd.io"
|
||||||
$REPO_PATH="$ORG_PATH/etcd"
|
$REPO_PATH="$ORG_PATH/etcd"
|
||||||
$PWD = $((Get-Item -Path ".\" -Verbose).FullName)
|
$PWD = $((Get-Item -Path ".\" -Verbose).FullName)
|
||||||
$FSROOT = $((Get-Location).Drive.Name+":")
|
$FSROOT = $((Get-Location).Drive.Name+":")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user