Finalize switch to dagger: task: _name
Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
@@ -59,11 +59,15 @@ package engine
|
||||
|
||||
// Copy files from one FS tree to another
|
||||
#Copy: {
|
||||
@dagger(notimplemented)
|
||||
// @dagger(notimplemented)
|
||||
$dagger: task: _name: "Copy"
|
||||
|
||||
input: #FS
|
||||
#CopyInfo
|
||||
source: {
|
||||
root: #FS
|
||||
path: string | *"/"
|
||||
}
|
||||
dest: string
|
||||
output: #FS
|
||||
}
|
||||
|
||||
@@ -84,19 +88,3 @@ package engine
|
||||
layers: [...#CopyInfo]
|
||||
output: #FS
|
||||
}
|
||||
|
||||
#Copy: {
|
||||
_type: "Copy"
|
||||
|
||||
input: #FS
|
||||
#CopyInfo
|
||||
output: #FS
|
||||
}
|
||||
|
||||
#CopyInfo: {
|
||||
source: {
|
||||
root: #FS
|
||||
path: string | *"/"
|
||||
}
|
||||
dest: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user