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 1592322 commit 488f78eCopy full SHA for 488f78e
.github/workflows/ami-release.yml
@@ -91,4 +91,3 @@ jobs:
91
if: ${{ cancelled() }}
92
run: |
93
aws ec2 describe-instances --filters "Name=tag:packerExecutionId,Values=${GITHUB_RUN_ID}" --query "Reservations[].Instances[].InstanceId" --output text | xargs -I {} aws ec2 terminate-instances --instance-ids {}
94
-
0 commit comments