diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-06-07 20:55:16 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-06-07 20:55:16 +0200 |
| commit | a2a7e8173fd79e3f19d7f765b7ba0d6ccd250d50 (patch) | |
| tree | c55a1f8cd95a0d3723e3d68468745aaca5e8ec8f /modules/examples | |
| parent | 81169fc83e9dd72de5de561a35d26bb313909f13 (diff) | |
lnl: fix hydra-bad-machines, whitespace?
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 57da845..46ef94f 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -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() { |
