Skip to content

Commit 3c9de83

Browse files
committed
No command echo
1 parent af25b3d commit 3c9de83

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

hack/create-infrastructure.sh

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

88
set -Eeuo pipefail
99
set -u
10-
set -x
1110

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

hack/lib/common-env.sh

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

3-
set -x
4-
53
if [ -z "$environment" ]; then
64
export EKS_CLUSTER_NAME="eks-workshop"
75
export EKS_CLUSTER_AUTO_NAME="eks-workshop-auto"

0 commit comments

Comments
 (0)