diff --git a/.github/actions/rosa-cleanup-clusters/scripts/destroy-clusters.sh b/.github/actions/rosa-cleanup-clusters/scripts/destroy-clusters.sh index 7d8fdda..b5b574f 100755 --- a/.github/actions/rosa-cleanup-clusters/scripts/destroy-clusters.sh +++ b/.github/actions/rosa-cleanup-clusters/scripts/destroy-clusters.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -o pipefail + # Description: # This script performs a Terraform destroy operation for clusters defined in an S3 bucket. # It copies the Terraform module directory to a temporary location, initializes Terraform with