Allow for nil buildkit References

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine
2021-12-21 10:42:05 -07:00
parent 75d5ab8f01
commit a90ff8ab94
6 changed files with 20 additions and 15 deletions

View File

@@ -22,10 +22,10 @@ engine.#Plan & {
args: [
"sh", "-c",
#"""
ls -al
test "$(ls -A /)" != ""
test "$(ls -A /scratch)" = ""
"""#,
]
}
}
}