tests: ops: use proper imports
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
7
tests/ops/exec/env/valid/main.cue
vendored
7
tests/ops/exec/env/valid/main.cue
vendored
@@ -1,12 +1,13 @@
|
||||
package testing
|
||||
|
||||
import "dagger.io/dagger/op"
|
||||
|
||||
#up: [
|
||||
{
|
||||
op.#FetchContainer & {
|
||||
do: "fetch-container"
|
||||
ref: "alpine"
|
||||
},
|
||||
{
|
||||
do: "exec"
|
||||
op.#Exec & {
|
||||
args: ["sh", "-c", """
|
||||
[ "$foo" == "output environment" ] || exit 1
|
||||
"""]
|
||||
|
Reference in New Issue
Block a user