Move hack/travis/install-etcd.sh to hack/

This commit is contained in:
Jeff Grafton
2015-10-08 15:50:47 -07:00
parent 6d7d7080df
commit 28314c79ce
4 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
ETCD_VERSION=${ETCD_VERSION:-v2.0.0}

View File

@@ -32,7 +32,7 @@ export PATH=${GOPATH}/bin:${HOME}/third_party/etcd:/usr/local/go/bin:$PATH
# Install a few things needed by unit and /integration tests.
go get -u github.com/jstemmer/go-junit-report
./hack/travis/install-etcd.sh
./hack/install-etcd.sh
# Enable the Go race detector.
export KUBE_RACE=-race