summaryrefslogtreecommitdiff
path: root/vendor/github.com/docker/libkv/script/travis_etcd.sh
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2017-12-05 08:10:13 -0500
committerDave Henderson <dhenderson@gmail.com>2017-12-05 08:10:13 -0500
commit149f2b13d110f34f048e5942466faea4e1a4a870 (patch)
tree41a259362fefcfc99f95b26fda532a26fd4ba4f0 /vendor/github.com/docker/libkv/script/travis_etcd.sh
parentf6e20ca5ecb47c067fccca8d61e937f35348e7a5 (diff)
Pruning dependencies with `dep prune`
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'vendor/github.com/docker/libkv/script/travis_etcd.sh')
-rwxr-xr-xvendor/github.com/docker/libkv/script/travis_etcd.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/docker/libkv/script/travis_etcd.sh b/vendor/github.com/docker/libkv/script/travis_etcd.sh
deleted file mode 100755
index bee8567f..00000000
--- a/vendor/github.com/docker/libkv/script/travis_etcd.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-if [ $# -gt 0 ] ; then
- ETCD_VERSION="$1"
-else
- ETCD_VERSION="2.2.0"
-fi
-
-curl -L https://github.com/coreos/etcd/releases/download/v$ETCD_VERSION/etcd-v$ETCD_VERSION-linux-amd64.tar.gz -o etcd-v$ETCD_VERSION-linux-amd64.tar.gz
-tar xzvf etcd-v$ETCD_VERSION-linux-amd64.tar.gz
-mv etcd-v$ETCD_VERSION-linux-amd64 etcd