foreman/queue runner: run locally to avoid trust issues

This commit is contained in:
Graham Christensen 2020-07-27 16:19:10 -04:00
parent 128aa0afc9
commit 65a34499f0
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -3,4 +3,4 @@
# wait until hydra is listening on port 63333
while ! nc -z localhost 63333; do sleep 1; done
HYDRA_CONFIG=$(pwd)/.hydra-data/hydra.conf exec hydra-queue-runner
NIX_REMOTE_SYSTEMS="" HYDRA_CONFIG=$(pwd)/.hydra-data/hydra.conf exec hydra-queue-runner