membphis commented on a change in pull request #2036:
URL: https://github.com/apache/apisix/pull/2036#discussion_r487755488
##########
File path: .travis/linux_tengine_runner.sh
##########
@@ -259,6 +259,12 @@ do_install() {
sudo luarocks install luacheck > build.log 2>&1 || (cat build.log && exit
1)
+ wget
https://github.com/etcd-io/etcd/releases/download/v3.4.0/etcd-v3.4.0-linux-amd64.tar.gz
+ tar xf etcd-v3.4.0-linux-amd64.tar.gz
+ sudo cp etcd-v3.4.0-linux-amd64/etcd /usr/local/bin/
+ sudo cp etcd-v3.4.0-linux-amd64/etcdctl /usr/local/bin/
+ rm -rf etcd-v3.4.0-linux-amd64
Review comment:
Duplication is acceptable here so that each use case script is
independent.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]