Update etcd version in tests
Change-Id: Ie55a35c7d83a9512fa82385d333944a50f10ab93 Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -eux
|
set -eux
|
||||||
if [ -z "$(which etcd)" ]; then
|
if [ -z "$(which etcd)" ]; then
|
||||||
ETCD_VERSION=2.2.2
|
ETCD_VERSION=3.0.6
|
||||||
case `uname -s` in
|
case `uname -s` in
|
||||||
Darwin)
|
Darwin)
|
||||||
OS=darwin
|
OS=darwin
|
||||||
|
|||||||
Reference in New Issue
Block a user