Skip to content

Commit 57f902e

Browse files
- More path corrections.
1 parent 6677bd2 commit 57f902e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,8 @@ jobs:
548548
} >> "${GITHUB_ENV}"
549549
550550
if [ "${{ matrix.registry }}" = "test/registry" ]; then
551-
python3 test/python/tcp_lb.py --generate-hosts-entries | sudo tee -a /etc/hosts
552-
python3 test/python/tcp_lb.py --generate-nginx-lb > test/tcp/reverse-proxy/nginx/dynamic-sni-proxy.conf
551+
python3 test/python/stackql_test_tooling/tcp_lb.py --generate-hosts-entries | sudo tee -a /etc/hosts
552+
python3 test/python/stackql_test_tooling/tcp_lb.py --generate-nginx-lb > test/tcp/reverse-proxy/nginx/dynamic-sni-proxy.conf
553553
fi
554554
555555

test/tcp/reverse-proxy/nginx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Please run all commands from the root of the repository:
5050

5151
```bash
5252

53-
python test/python/tcp_lb.py --generate-hosts-entries | sudo tee -a /etc/hosts
53+
python test/python/stackql_test_tooling/tcp_lb.py --generate-hosts-entries | sudo tee -a /etc/hosts
5454

55-
python test/python/tcp_lb.py --generate-nginx-lb > test/tcp/reverse-proxy/nginx/dynamic-sni-proxy.conf
55+
python test/python/stackql_test_tooling/tcp_lb.py --generate-nginx-lb > test/tcp/reverse-proxy/nginx/dynamic-sni-proxy.conf
5656

5757
sudo nginx -c $(pwd)/test/tcp/reverse-proxy/nginx/tls-pass-through.conf
5858

0 commit comments

Comments
 (0)