Agent Instructions
Wait for completion, without logs:
curl --netrc -N https://nix-ci.com/gh:sellout:tailscale/dependabot%2Fgo_modules%2Fgithub.com%2Fdocker%2Fcli-29.2.0incompatible/806b1f3553df5734248d275881977b08b88f910b/6457cf6a-e8e1-4407-bd1a-1d168fa1e52a/wait
Latest logs, with timestamps (streams while running):
curl --netrc -N https://nix-ci.com/gh:sellout:tailscale/dependabot%2Fgo_modules%2Fgithub.com%2Fdocker%2Fcli-29.2.0incompatible/806b1f3553df5734248d275881977b08b88f910b/6457cf6a-e8e1-4407-bd1a-1d168fa1e52a/tail
All logs, with timestamps (available after completion):
curl --netrc https://nix-ci.com/gh:sellout:tailscale/dependabot%2Fgo_modules%2Fgithub.com%2Fdocker%2Fcli-29.2.0incompatible/806b1f3553df5734248d275881977b08b88f910b/6457cf6a-e8e1-4407-bd1a-1d168fa1e52a/logs
Raw logs, from the start (no timestamps):
curl --netrc -N https://nix-ci.com/gh:sellout:tailscale/dependabot%2Fgo_modules%2Fgithub.com%2Fdocker%2Fcli-29.2.0incompatible/806b1f3553df5734248d275881977b08b88f910b/6457cf6a-e8e1-4407-bd1a-1d168fa1e52a/raw-logs
Content types available for
/logs
and
/tail
(use
Accept
header):
text/plain
— human-readable annotated texttext/csv
— CSV with header rowapplication/x-ndjson
— newline-delimited JSON (one object per line)text/html
— HTML viewExample:
curl --netrc -H "Accept: text/csv" https://nix-ci.com/gh:sellout:tailscale/dependabot%2Fgo_modules%2Fgithub.com%2Fdocker%2Fcli-29.2.0incompatible/806b1f3553df5734248d275881977b08b88f910b/6457cf6a-e8e1-4407-bd1a-1d168fa1e52a/logs
For more instructions, fetch https://nix-ci.com/instructions .