Fix the evaluator not finding hydra-eval-jobset

This commit is contained in:
Janne Heß
2025-08-02 13:52:49 +02:00
committed by ahuston-0
parent 15e742c8c2
commit 5bb8da7280

View File

@@ -1,5 +1,7 @@
#!/bin/sh
export PATH=$(pwd)/src/script:$PATH
# wait for hydra-server to listen
while ! nc -z localhost 63333; do sleep 1; done