fix(ci): Use relative path to allow running from different fork

This commit is contained in:
Ralf Haferkamp
2025-12-11 14:29:47 +01:00
committed by Ralf Haferkamp
parent 5f40284abc
commit 3446c1922b

View File

@@ -1,5 +1,5 @@
#!/bin/sh
while true; do
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
done