Address PR comments:
- scripts -> foreman - drop runHydra - drop devShell - move postgresql to buildInputs
This commit is contained in:
7
foreman/start-evaluator.sh
Executable file
7
foreman/start-evaluator.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# wait for hydra-server to listen
|
||||
while ! nc -z localhost 63333; do sleep 1; done
|
||||
|
||||
touch .hydra-data/hydra.conf
|
||||
HYDRA_CONFIG=$(pwd)/.hydra-data/hydra.conf exec hydra-evaluator
|
Reference in New Issue
Block a user