Skip to content

Commit

Permalink
chore: add pipefail to the cleanup script (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi authored Aug 23, 2024
1 parent 5c6e8d4 commit 63cbe3a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 63cbe3a

Please sign in to comment.