Skip to content

Commit e00f490

Browse files
committed
Added debug
1 parent dc78bf3 commit e00f490

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

hack/create-infrastructure.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ echo "Creating infrastructure for environment ${environment} and cluster ${clust
77

88
set -Eeuo pipefail
99
set -u
10+
set -x
1011

1112
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
1213

hack/lib/common-env.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
environment=${environment:-""}
22

3+
set -x
4+
35
if [ -z "$environment" ]; then
46
export EKS_CLUSTER_NAME="eks-workshop"
57
export EKS_CLUSTER_AUTO_NAME="eks-workshop-auto"

0 commit comments

Comments
 (0)