Skip to content

Commit

Permalink
Allow on-demand debugging on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Dec 19, 2023
1 parent aee251a commit a6f810c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions provision/aws/rosa_delete_cluster.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/bash
set -e

if [[ "$RUNNER_DEBUG" == "1" ]]; then
set -x
fi

if [ -f ./.env ]; then
source ./.env
fi
Expand Down

0 comments on commit a6f810c

Please sign in to comment.