dagger.#Nop: work around bugs in the DAG resolver
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
10
pkg/dagger.io/dagger/nop.cue
Normal file
10
pkg/dagger.io/dagger/nop.cue
Normal file
@@ -0,0 +1,10 @@
|
||||
package dagger
|
||||
|
||||
// A core action that does nothing
|
||||
// Useful to work around bugs in the DAG resolver.
|
||||
// See for example https://github.com/dagger/dagger/issues/1789
|
||||
#Nop: {
|
||||
$dagger: task: _name: "Nop"
|
||||
input: _
|
||||
output: input
|
||||
}
|
Reference in New Issue
Block a user