From 11586abfdcb2b48755b1c946d4232d9f90a724ad Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Sat, 26 Mar 2022 21:47:37 -0700 Subject: [PATCH] docs/1203: keep code sample on topic Shorten one of the code samples, keeping only the part that speaks to the topic in the docs. --- docs/tests/core-concepts/client/plans/file.cue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/tests/core-concepts/client/plans/file.cue b/docs/tests/core-concepts/client/plans/file.cue index efa55c16..3fc5f900 100644 --- a/docs/tests/core-concepts/client/plans/file.cue +++ b/docs/tests/core-concepts/client/plans/file.cue @@ -8,8 +8,4 @@ dagger.#Plan & { // Convert a CUE value into a YAML formatted string contents: yaml.Marshal(actions.pull.output.config) } - - actions: pull: docker.#Pull & { - source: "alpine" - } }