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
|
path: string
|
||||||
|
|
||||||
// Subdirectory tree
|
// Subdirectory tree
|
||||||
output: #FS & _copy.output
|
output: #FS & copy.output
|
||||||
|
|
||||||
_copy: engine.#Copy & {
|
// Base image
|
||||||
"input": engine.#Scratch.output
|
scratch: engine.#Scratch
|
||||||
|
|
||||||
|
// Copy action
|
||||||
|
copy: engine.#Copy & {
|
||||||
|
"input": scratch.output
|
||||||
source: {
|
source: {
|
||||||
root: input
|
root: input
|
||||||
"path": path
|
"path": path
|
||||||
}
|
}
|
||||||
|
dest: "/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user