fix(ci): Use relative path to allow running from different fork
This commit is contained in:
committed by
Ralf Haferkamp
parent
5f40284abc
commit
3446c1922b
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
while true; do
|
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
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user