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.
This commit is contained in:
parent
9f042800da
commit
11586abfdc
@ -8,8 +8,4 @@ dagger.#Plan & {
|
|||||||
// Convert a CUE value into a YAML formatted string
|
// Convert a CUE value into a YAML formatted string
|
||||||
contents: yaml.Marshal(actions.pull.output.config)
|
contents: yaml.Marshal(actions.pull.output.config)
|
||||||
}
|
}
|
||||||
|
|
||||||
actions: pull: docker.#Pull & {
|
|
||||||
source: "alpine"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user