From 2caccc69e8f4aa5475ef494f99e21f484ef75b20 Mon Sep 17 00:00:00 2001 From: Joel Longtine Date: Tue, 22 Feb 2022 13:01:54 -0700 Subject: [PATCH] Add TODO for Europa conversion Signed-off-by: Joel Longtine --- tests/plan/hello-europa/main.cue | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/plan/hello-europa/main.cue b/tests/plan/hello-europa/main.cue index a30f5dac..62ea2ea4 100644 --- a/tests/plan/hello-europa/main.cue +++ b/tests/plan/hello-europa/main.cue @@ -7,6 +7,7 @@ import ( dagger.#Plan & { actions: { + // TODO/FIXME: Use Europa constructs for this // sayHello: os.#Container & { // command: "echo Hello Europa! > /out.txt" // }