mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-03 12:37:36 +08:00
CI: remove temporary steps. (#2591)
This commit is contained in:
parent
edb8c7c590
commit
3b0e30a5e6
@ -60,8 +60,6 @@ script() {
|
||||
sudo PATH=$PATH ./utils/install-apisix.sh install > build.log 2>&1 || (cat build.log && exit 1)
|
||||
|
||||
which apisix
|
||||
# TODO: DELETE ME AFTER https://github.com/apache/apisix/pull/2588 merged
|
||||
sudo cp ../bin/apisix /usr/bin/apisix
|
||||
|
||||
# run test
|
||||
sudo PATH=$PATH apisix help
|
||||
@ -74,9 +72,6 @@ script() {
|
||||
# install APISIX by luarocks
|
||||
sudo luarocks install $APISIX_MAIN > build.log 2>&1 || (cat build.log && exit 1)
|
||||
|
||||
# TODO: DELETE ME AFTER https://github.com/apache/apisix/pull/2588 merged
|
||||
sudo cp ../bin/apisix /usr/bin/apisix
|
||||
|
||||
# show install files
|
||||
luarocks show apisix
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user