stdlib/aws: don't cache cloudformation
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
parent
d320916e9f
commit
c06f2aa55e
@ -60,6 +60,7 @@ import (
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
op.#Exec & {
|
op.#Exec & {
|
||||||
|
always: true
|
||||||
args: [
|
args: [
|
||||||
"/bin/bash",
|
"/bin/bash",
|
||||||
"--noprofile",
|
"--noprofile",
|
||||||
|
@ -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 != _|_ {
|
||||||
|
Reference in New Issue
Block a user