Skip to content

Commit

Permalink
Uncomment delete command
Browse files Browse the repository at this point in the history
  • Loading branch information
vcerenu committed Nov 14, 2024
1 parent f0c253c commit 10f073f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
--query "Volumes[].VolumeId" \
--output text); do
echo "Eliminando volumen con ID: $volume_id"
## aws ec2 delete-volume --region ${{ env.AWS_REGION }} --volume-id $volume_id
aws ec2 delete-volume --region ${{ env.AWS_REGION }} --volume-id $volume_id
done
Local_deployment_test:
Expand Down

0 comments on commit 10f073f

Please sign in to comment.