stdlib/aws: don't cache cloudformation

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba 2021-04-13 14:11:49 -07:00
parent d320916e9f
commit c06f2aa55e
2 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,7 @@ import (
}
},
op.#Exec & {
always: true
args: [
"/bin/bash",
"--noprofile",

View File

@ -19,6 +19,10 @@ import (
out: string
aws.#Script & {
// FIXME: we should not rely on the cache for this but it's being
// executed several times if enabled: https://github.com/dagger/dagger/issues/42
// always: true
files: {
"/inputs/listenerArn": listenerArn
if vhost != _|_ {