mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-10 16:46:36 -06:00
Uncomment delete command
This commit is contained in:
parent
f0c253c072
commit
10f073f10f
2
.github/workflows/deployment-test.yml
vendored
2
.github/workflows/deployment-test.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user