File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ create-stack: build/aws-stack.yml env-STACK_NAME env-BUILDKITE_AWS_STACK_BUCKET
149
149
--output text \
150
150
--stack-name $(STACK_NAME ) \
151
151
--disable-rollback \
152
- --template-url " s3 ://$( BUILDKITE_AWS_STACK_BUCKET) /$( BUCKET_PREFIX) /aws-stack.yml" \
152
+ --template-url " https ://$( BUILDKITE_AWS_STACK_BUCKET) .s3.amazonaws.com /$( BUCKET_PREFIX) /aws-stack.yml" \
153
153
--capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM CAPABILITY_AUTO_EXPAND \
154
154
--parameters " $$ (cat config.json)" \
155
155
" $( role_arn) "
@@ -180,7 +180,7 @@ validate: build/aws-stack.yml env-BUILDKITE_AWS_STACK_BUCKET env-BUCKET_PREFIX
180
180
aws s3 cp --content-type ' text/yaml' --acl public-read build/aws-stack.yml " s3://$( BUILDKITE_AWS_STACK_BUCKET) /$( BUCKET_PREFIX) /aws-stack.yml"
181
181
aws cloudformation validate-template \
182
182
--output text \
183
- --template-url " s3 ://$( BUILDKITE_AWS_STACK_BUCKET) /$( BUCKET_PREFIX) /aws-stack.yml"
183
+ --template-url " https ://$( BUILDKITE_AWS_STACK_BUCKET) .s3.amazonaws.com /$( BUCKET_PREFIX) /aws-stack.yml"
184
184
185
185
generate-toc :
186
186
docker run -it --rm -v " $( PWD) :/app" node:slim bash \
You can’t perform that action at this time.
0 commit comments