Skip to content

Commit

Permalink
diable -x debug (#51489)
Browse files Browse the repository at this point in the history
  • Loading branch information
heliubj18 authored May 4, 2024
1 parent d1a2e92 commit e54c2cc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -xeuo pipefail
set -euo pipefail

function set_proxy () {
if test -s "${SHARED_DIR}/proxy-conf.sh" ; then
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -xeuo pipefail
set -euo pipefail

function set_proxy () {
if test -s "${SHARED_DIR}/proxy-conf.sh" ; then
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -xeuo pipefail
set -euo pipefail

export AWS_SHARED_CREDENTIALS_FILE="${CLUSTER_PROFILE_DIR}/.awscred"
export AWS_REGION=${REGION}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -xeuo pipefail
set -euo pipefail

function retry() {
local check_func=$1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -xeuo pipefail
set -euo pipefail

function set_proxy () {
if test -s "${SHARED_DIR}/proxy-conf.sh" ; then
Expand Down

0 comments on commit e54c2cc

Please sign in to comment.