lint all cue files
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
8
examples/tests/exec/env/overlay/main.cue
vendored
8
examples/tests/exec/env/overlay/main.cue
vendored
@@ -4,15 +4,15 @@ bar: string
|
||||
|
||||
#dagger: compute: [
|
||||
{
|
||||
do: "fetch-container"
|
||||
do: "fetch-container"
|
||||
ref: "alpine"
|
||||
},
|
||||
{
|
||||
do: "exec"
|
||||
args: ["sh", "-c", """
|
||||
echo "foo: $foo"
|
||||
[ "$foo" == "overlay environment" ] || exit 1
|
||||
"""]
|
||||
echo "foo: $foo"
|
||||
[ "$foo" == "overlay environment" ] || exit 1
|
||||
"""]
|
||||
env: foo: bar
|
||||
// XXX Blocked by https://github.com/blocklayerhq/dagger/issues/19
|
||||
dir: "/"
|
||||
|
Reference in New Issue
Block a user