Skip to content

Commit 82cf25a

Browse files
committed
chore: include pg 14 in versions
1 parent 7fda77d commit 82cf25a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ami-release-nix-single.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,5 @@ jobs:
148148
- name: Cleanup resources on build cancellation
149149
if: ${{ cancelled() }}
150150
run: |
151-
<<<<<<< HEAD
152151
aws ec2 describe-instances --filters "Name=tag:packerExecutionId,Values=${GITHUB_RUN_ID}" --query "Reservations[].Instances[].InstanceId" --output text | xargs -r aws ec2 terminate-instances --instance-ids
153152
154-
=======
155-
aws ec2 describe-instances --filters "Name=tag:packerExecutionId,Values=${GITHUB_RUN_ID}" --query "Reservations[].Instances[].InstanceId" --output text | xargs -r aws ec2 terminate-instances --instance-ids
156-
>>>>>>> 0bbd35ab (feat: workflow_dispatch release of single version of postgres)

0 commit comments

Comments
 (0)