We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb41260 commit 72c6969Copy full SHA for 72c6969
transform.nu
@@ -31,8 +31,7 @@ def main (file: string) {
31
"BUILD" => {
32
$status.attr | inspect
33
let build_log = (do -i {
34
- script -efq -c $"nix log --log-format internal-json \".#checks.($system).($status.attr)\"" e+o>|
35
- | awk "/Running phase:/{p=1}p"
+ script -efq -c $"nix log --log-format internal-json \".#checks.($system).($status.attr)\""
36
})
37
rm ./typescript
38
$status | update error $build_log
0 commit comments