forked from lix-project/hydra
t/jobs/empty-dir-builder: provide output for nix log
This commit is contained in:
parent
127a644595
commit
2ba83a5cba
|
@ -1,3 +1,6 @@
|
|||
#! /bin/sh
|
||||
|
||||
# Workaround for https://github.com/NixOS/nix/pull/6051
|
||||
echo "some output"
|
||||
|
||||
mkdir $out
|
||||
|
|
Loading…
Reference in a new issue