Skip to content

Commit ece85f4

Browse files
author
Marco Capuccini
committed
fix ci
Signed-off-by: Marco Capuccini <[email protected]>
1 parent e98217e commit ece85f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/travis_consul.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ else
77
fi
88

99
# install consul
10-
wget "https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip"
10+
curl "https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip" \
11+
> "consul_${CONSUL_VERSION}_linux_amd64.zip"
1112
unzip "consul_${CONSUL_VERSION}_linux_amd64.zip"
1213

1314
# make config for minimum ttl

0 commit comments

Comments
 (0)