Skip to content

Commit 28493fc

Browse files
authored
Merge pull request #358 from jajik/websocket-app-move
test: Use webscoket test app from ci.modcluster.io after move
2 parents 9328ac1 + c5d0dd7 commit 28493fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/setup-dependencies.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ fi
3333

3434
# get websocket demo repository
3535
if [ ! -d httpd_websocket-testsuite ]; then
36-
git clone https://github.com/jfclere/httpd_websocket httpd_websocket-testsuite
36+
git clone https://github.com/modcluster/ci.modcluster.io ci.modcluster.io
37+
mv ci.modcluster.io/websocket-hello httpd_websocket-testsuite
38+
rm -rf ci.modcluster.io
3739
fi
3840
cd httpd_websocket-testsuite
3941
git pull --rebase

0 commit comments

Comments
 (0)