Skip to content

Commit

Permalink
Change volume filter
Browse files Browse the repository at this point in the history
  • Loading branch information
vcerenu committed Nov 14, 2024
1 parent 10f073f commit 375081c
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 @@ -205,7 +205,7 @@ jobs:
run: |
for volume_id in $(aws ec2 describe-volumes \
--region ${{ env.AWS_REGION }} \
--filters Name=tag:Name,Values="${{ env.CLUSTER_NAMME }}*" \
--filters Name=tag:KubernetesCluster,Values="${{ env.CLUSTER_NAMME }}" \
--query "Volumes[].VolumeId" \
--output text); do
echo "Eliminando volumen con ID: $volume_id"
Expand Down

0 comments on commit 375081c

Please sign in to comment.