implemented --with to fill inputs.params
Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
@@ -12,10 +12,7 @@ package engine
|
||||
// Securely receive secrets
|
||||
secrets: [name=string]: _#inputSecret
|
||||
// Receive runtime parameters
|
||||
params: {
|
||||
@dagger(notimplemented)
|
||||
[name=string]: _
|
||||
}
|
||||
params: [name=string]: _
|
||||
}
|
||||
|
||||
// Send outputs to the client
|
||||
|
Reference in New Issue
Block a user