-
Notifications
You must be signed in to change notification settings - Fork 2.8k
test: make centos7 ci easier to understand #3487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@spacewander Please review if you have time. |
utils/centos7-ci.sh
Outdated
| # install test::nginx | ||
| yum install -y cpanminus build-essential libncurses5-dev libreadline-dev libssl-dev perl | ||
| cp -r /tmp/apisix ./apisix | ||
| # cp -r /tmp/apisix ./ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can remove this comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my fault, fixed.
membphis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
|
||
| # install dependencies | ||
| cd apisix | ||
| git clone https://github.com/iresty/test-nginx.git test-nginx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can change it to api7 later
What this PR does / why we need it:
test: modify apisix path for centos7 ci
Pre-submission checklist: