Merge pull request #1406 from grouville/subdir
Port #Subdir to hidden fields
This commit is contained in:
commit
a129f62042
@ -13,11 +13,8 @@ import (
|
|||||||
// Example: "/build"
|
// Example: "/build"
|
||||||
path: string
|
path: string
|
||||||
|
|
||||||
// Subdirectory tree
|
|
||||||
output: #FS & copy.output
|
|
||||||
|
|
||||||
// Copy action
|
// Copy action
|
||||||
copy: engine.#Copy & {
|
_copy: engine.#Copy & {
|
||||||
"input": engine.#Scratch
|
"input": engine.#Scratch
|
||||||
source: {
|
source: {
|
||||||
root: input
|
root: input
|
||||||
@ -25,4 +22,7 @@ import (
|
|||||||
}
|
}
|
||||||
dest: "/"
|
dest: "/"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Subdirectory tree
|
||||||
|
output: #FS & _copy.output
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user