dagger input bool implementation

Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
This commit is contained in:
Guillaume de Rouville
2021-08-24 16:00:53 +02:00
parent 36d0ebd863
commit 6fe0ec367a
5 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
package testing
import (
"alpha.dagger.io/dagger"
)
first: dagger.#Input & {bool | *false}
if first == true {
second: true
}