Skip to content

Commit

Permalink
ci: move helper script to the right dir
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
  • Loading branch information
spacewander committed Jan 16, 2023
1 parent df1cadb commit 6f078b4
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
export_or_prefix
export OPENRESTY_VERSION=default
./utils/linux-install-openresty.sh
./ci/linux-install-openresty.sh
./utils/linux-install-luarocks.sh
sudo luarocks install luacheck
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ci/linux_apisix_current_luarocks_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ do_install() {

export_or_prefix

./utils/linux-install-openresty.sh
./ci/linux-install-openresty.sh
./utils/linux-install-luarocks.sh
./utils/linux-install-etcd-client.sh
}
Expand Down
2 changes: 1 addition & 1 deletion ci/linux_apisix_master_luarocks_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ do_install() {

export_or_prefix

./utils/linux-install-openresty.sh
./ci/linux-install-openresty.sh
./utils/linux-install-luarocks.sh
./utils/linux-install-etcd-client.sh
}
Expand Down
2 changes: 1 addition & 1 deletion ci/linux_openresty_common_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ before_install() {
do_install() {
export_or_prefix

./utils/linux-install-openresty.sh
./ci/linux-install-openresty.sh

./utils/linux-install-luarocks.sh

Expand Down
2 changes: 1 addition & 1 deletion ci/performance_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install_dependencies() {
apt-get -y install lua5.1 liblua5.1-0-dev libldap2-dev
export_or_prefix
export OPENRESTY_VERSION=source
./utils/linux-install-openresty.sh
./ci/linux-install-openresty.sh
bash utils/install-dependencies.sh install_luarocks
make deps
}
Expand Down

0 comments on commit 6f078b4

Please sign in to comment.