From 5834a1e740811dfbd447518da72fffcbb7566c34 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Tue, 8 Mar 2022 17:54:19 -0800 Subject: [PATCH] tests: fix outputs->client migration Signed-off-by: Andrea Luzzardi --- tests/plan/do/do_not_run_unspecified_tasks.cue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/plan/do/do_not_run_unspecified_tasks.cue b/tests/plan/do/do_not_run_unspecified_tasks.cue index 549ae046..7e3686b7 100644 --- a/tests/plan/do/do_not_run_unspecified_tasks.cue +++ b/tests/plan/do/do_not_run_unspecified_tasks.cue @@ -11,11 +11,6 @@ dagger.#Plan & { client: filesystem: "./test_do": write: contents: actions.test.one.export.files["/output.txt"] client: filesystem: "./dependent_do": write: contents: actions.dependent.one.export.files["/output.txt"] - outputs: files: dependent: { - dest: "./dependent_do" - contents: actions.dependent.one.export.files["/output.txt"] - } - actions: { image: alpine.#Build & { packages: bash: {}