sync-and-test-bucket
script fails unless bundles bucket exists
#10113
Labels
docs-ops
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
size/S
Estimated effort to complete (1-2 days).
Milestone
The
push
workflow runssync-and-test-bucket.sh update
, which relies on the existence of a "bundles" bucket -- but this bucket is created and exported by the Pulumi program, which runs after the script:https://github.com/cnunciato/docs/blob/dadda3729ff3ca98d720e7cac6cf5b5b07f2e655/scripts/sync-and-test-bucket.sh#L72
This means
pulumi up
on a new stack can never succeed. We should fix this.The text was updated successfully, but these errors were encountered: