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:
parent
81169fc83e
commit
a2a7e8173f
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue