Skip to content

Commit 13dd115

Browse files
committed
ci: update openresty and openresty-devel-utils repositories to use custom branches
Signed-off-by: tzssangglass <[email protected]>
1 parent 7cee3cf commit 13dd115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ install:
8989
- wget https://github.com/openresty/openresty-deps-prebuild/releases/download/v20230902/boringssl-20230902-x64-focal.tar.gz
9090
- wget https://github.com/openresty/openresty-deps-prebuild/releases/download/v20230902/curl-h3-x64-focal.tar.gz
9191
- git clone https://github.com/openresty/test-nginx.git
92-
- git clone https://github.com/openresty/openresty.git ../openresty
92+
- git clone https://github.com/tzssangglass/openresty.git -b tzssangglass/http2_subreq_error_wakeup ../openresty
9393
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
94-
- git clone https://github.com/openresty/openresty-devel-utils.git
94+
- git clone https://github.com/tzssangglass/openresty-devel-utils.git -b tzssangglass:http2_subreq_error_wakeup
9595
- git clone https://github.com/openresty/mockeagain.git
9696
- git clone https://github.com/openresty/lua-cjson.git lua-cjson
9797
- git clone https://github.com/openresty/lua-upstream-nginx-module.git ../lua-upstream-nginx-module

0 commit comments

Comments
 (0)