Add outputs.files task to plan
Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
This commit is contained in:
7
tests/plan/outputs/files/no_contents.cue
Normal file
7
tests/plan/outputs/files/no_contents.cue
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "dagger.io/dagger"
|
||||
|
||||
dagger.#Plan & {
|
||||
outputs: files: test: dest: "./test"
|
||||
}
|
Reference in New Issue
Block a user