Fix: #Subdir
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
This commit is contained in:
parent
9a4c8fb845
commit
3cf443a337
@ -14,13 +14,18 @@ import (
|
||||
path: string
|
||||
|
||||
// Subdirectory tree
|
||||
output: #FS & _copy.output
|
||||
output: #FS & copy.output
|
||||
|
||||
_copy: engine.#Copy & {
|
||||
"input": engine.#Scratch.output
|
||||
// Base image
|
||||
scratch: engine.#Scratch
|
||||
|
||||
// Copy action
|
||||
copy: engine.#Copy & {
|
||||
"input": scratch.output
|
||||
source: {
|
||||
root: input
|
||||
"path": path
|
||||
}
|
||||
dest: "/"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user