mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
build: fix import path
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
parent
986f16e032
commit
75e440b105
2
build
2
build
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# set some environment variables
|
# set some environment variables
|
||||||
ORG_PATH="go.etcd.io"
|
ORG_PATH="go.etcd.io"
|
||||||
REPO_PATH="${ORG_PATH}/etcd/v3"
|
REPO_PATH="${ORG_PATH}/etcd"
|
||||||
|
|
||||||
GIT_SHA=$(git rev-parse --short HEAD || echo "GitNotFound")
|
GIT_SHA=$(git rev-parse --short HEAD || echo "GitNotFound")
|
||||||
if [[ -n "$FAILPOINTS" ]]; then
|
if [[ -n "$FAILPOINTS" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user