From 73829fd9a7bf866428d0f9edb3659bc186344f6d Mon Sep 17 00:00:00 2001 From: Vasek - Tom C Date: Fri, 11 Feb 2022 16:03:27 +0100 Subject: [PATCH] Fix `docker.#Run` exportFile test. This test was not calling `docker.#Run` so basically it wasn't doing anything. Signed-off-by: Vasek - Tom C --- pkg/universe.dagger.io/docker/test/run.cue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/universe.dagger.io/docker/test/run.cue b/pkg/universe.dagger.io/docker/test/run.cue index 7354d4bc..477b2e27 100644 --- a/pkg/universe.dagger.io/docker/test/run.cue +++ b/pkg/universe.dagger.io/docker/test/run.cue @@ -32,8 +32,8 @@ dagger.#Plan & { } // Test: export a file - exportFile: { - image: _image + exportFile: docker.#Run & { + input: _image command: { name: "sh" flags: "-c": #"""