Yiyiyimu commented on a change in pull request #3621:
URL: https://github.com/apache/apisix/pull/3621#discussion_r584481147
##########
File path: utils/centos7-ci.sh
##########
@@ -57,11 +57,11 @@ install_dependencies() {
# install dependencies
git clone https://github.com/iresty/test-nginx.git test-nginx
make deps
- make init
Review comment:
We need to install dependencies before we install apisix with rpm. So
when we install dependencies, `make init` would fail since there is no
`bin/apisix` yet.
----------------------------------------------------------------
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]