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 31963b0 commit 6f94605Copy full SHA for 6f94605
.buildkite/steps/cleanup.sh
@@ -53,7 +53,7 @@ aws cloudformation describe-stacks \
53
--output text \
54
--query "$(printf 'Stacks[?CreationTime<`%s`].[StackName]' "$cutoff_date" )" \
55
| xargs -n1 \
56
- | grep -E 'buildkite-aws-stack-test-(linux|windows)-(amd64|arm64)-\d+' \
+ | grep -E 'buildkite-aws-stack-test-(linux|windows)-(amd64|arm64)-[[:digit:]]+' \
57
| xargs -n1 -t -I% aws cloudformation delete-stack --stack-name "%"
58
59
echo "--- Deleting old packer builders"
0 commit comments