We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac5a8c commit 31963b0Copy full SHA for 31963b0
.buildkite/steps/cleanup.sh
@@ -45,7 +45,7 @@ aws s3api list-buckets \
45
--output text \
46
--query "$(printf 'Buckets[?CreationDate<`%s`].[Name]' "$cutoff_date" )" \
47
| xargs -n1 \
48
- | grep -E 'buildkite-aws-stack-test-(\d+-)?managedsecrets' \
+ | grep -E 'buildkite-aws-stack-test-.*-managedsecretsbucket' \
49
| xargs -n1 -t -I% aws s3 rb s3://% --force
50
51
echo "--- Deleting old cloudformation stacks"
0 commit comments