We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f40284 commit 3446c19Copy full SHA for 3446c19
1 file changed
tests/config/woodpecker/serve-hosting-discovery.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
3
while true; do
4
- echo -e "HTTP/1.1 200 OK\n\n$(cat /woodpecker/src/github.com/opencloud-eu/opencloud/tests/config/woodpecker/hosting-discovery.xml)" | nc -l -k -p 8080
+ echo -e "HTTP/1.1 200 OK\n\n$(cat tests/config/woodpecker/hosting-discovery.xml)" | nc -l -k -p 8080
5
done
0 commit comments