Unit tests to reproduce issue #19 and narrow down root cause.

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
Solomon Hykes
2021-01-21 11:50:45 -08:00
parent 007b10f455
commit 91654ba786
3 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
package test
#dagger: compute: [
{
do: "fetch-container"
ref: "busybox"
},
{
do: "exec"
args: ["sh", "-c", """
echo hello > /tmp/out
"""]
// dir: "/"
},
]