1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-04-08 10:09:38 +00:00

lnl: fix hydra-bad-machines, whitespace?

This commit is contained in:
Daiderd Jordan 2018-06-07 20:55:16 +02:00
parent 81169fc83e
commit a2a7e8173f
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -243,8 +243,8 @@
}
hydra-bad-machines() {
local url=''${1:-https://hydra.nixos.org}
curl -fsSL -H 'Accept: application/json' $url/queue-runner-status | jq -r '.machines | to_entries | .[] | select(.value.consecutiveFailures>0) | .key'
local url=https://hydra.nixos.org
curl -fsSL -H 'Accept: application/json' $url/queue-runner-status | jq -r '.machines | to_entries | .[] | select(.value.consecutiveFailures>0) | .key'
}
hydra-job-revision() {