Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-05-26 12:28:24 +02:00
parent 7009d01835
commit a4167dc3f4
12 changed files with 53 additions and 37 deletions

View File

@@ -16,7 +16,9 @@ import (
source: dagger.#Artifact @dagger(input)
// Environment variables
env: [string]: string @dagger(input)
env: {
[string]: string @dagger(input)
}
// Write the contents of `environment` to this file,
// in the "envfile" format.