We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98217e commit ece85f4Copy full SHA for ece85f4
script/travis_consul.sh
@@ -7,7 +7,8 @@ else
7
fi
8
9
# install consul
10
-wget "https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip"
+curl "https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip" \
11
+ > "consul_${CONSUL_VERSION}_linux_amd64.zip"
12
unzip "consul_${CONSUL_VERSION}_linux_amd64.zip"
13
14
# make config for minimum ttl
0 commit comments