From 8017b29abd2647b74f0c02d77fbed577f5391d1b Mon Sep 17 00:00:00 2001 From: Joel Longtine Date: Tue, 8 Mar 2022 13:05:03 -0700 Subject: [PATCH] More outputs -> client Signed-off-by: Joel Longtine --- tests/plan/do/disconnected_outputs_weirdness.cue | 5 +---- tests/plan/do/dynamic_tasks.cue | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/tests/plan/do/disconnected_outputs_weirdness.cue b/tests/plan/do/disconnected_outputs_weirdness.cue index dc290770..b9561c1d 100644 --- a/tests/plan/do/disconnected_outputs_weirdness.cue +++ b/tests/plan/do/disconnected_outputs_weirdness.cue @@ -19,10 +19,7 @@ dagger.#Plan & { // actions.fromAndrea.a.export._files."/output.txt"._read // actions.image._dag."1"._exec // actions.image._dag."0"._op - outputs: files: test: { - dest: "./test_do" - contents: actions.test1.one.export.files["/output.txt"] - } + client: filesystem: "./test_do": write: contents: actions.test1.one.export.files["/output.txt"] actions: { image: alpine.#Build & { diff --git a/tests/plan/do/dynamic_tasks.cue b/tests/plan/do/dynamic_tasks.cue index 7b44cf61..47d75baf 100644 --- a/tests/plan/do/dynamic_tasks.cue +++ b/tests/plan/do/dynamic_tasks.cue @@ -8,10 +8,7 @@ import ( ) dagger.#Plan & { - outputs: files: dagger: { - dest: "./dagger_do" - contents: actions.test.b.y.export.files["/output.txt"] - } + client: filesystem: "./dagger_do": write: contents: actions.test.b.y.export.files["/output.txt"] actions: { image: alpine.#Build & {