We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9328ac1 + c5d0dd7 commit 28493fcCopy full SHA for 28493fc
test/setup-dependencies.sh
@@ -33,7 +33,9 @@ fi
33
34
# get websocket demo repository
35
if [ ! -d httpd_websocket-testsuite ]; then
36
- git clone https://github.com/jfclere/httpd_websocket httpd_websocket-testsuite
+ 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
39
fi
40
cd httpd_websocket-testsuite
41
git pull --rebase
0 commit comments