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 & { op.#Exec & {
always: true
args: [ args: [
"/bin/bash", "/bin/bash",
"--noprofile", "--noprofile",

View File

@ -19,6 +19,10 @@ import (
out: string out: string
aws.#Script & { 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: { files: {
"/inputs/listenerArn": listenerArn "/inputs/listenerArn": listenerArn
if vhost != _|_ { if vhost != _|_ {