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" - } }