Skip to content

Commit 13cc437

Browse files
authored
Remove more usages of xtrace (#630)
1 parent 30d46fa commit 13cc437

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.evergreen/docker/ubuntu20.04/base-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -eux
2+
set -eu
33

44
# Remove the virtual env.
55
rm -rf $DRIVERS_TOOLS/.evergreen/venv || true

.evergreen/k8s/eks/setup-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -eux
3+
set -eu
44

55
SCRIPT_DIR=$(dirname ${BASH_SOURCE[0]})
66
. $SCRIPT_DIR/../../handle-paths.sh

.evergreen/k8s/eks/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -eux
3+
set -eu
44

55
SCRIPT_DIR=$(dirname ${BASH_SOURCE[0]})
66
. $SCRIPT_DIR/../../handle-paths.sh

.evergreen/k8s/eks/teardown.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -eux
3+
set -eu
44

55
SCRIPT_DIR=$(dirname ${BASH_SOURCE[0]})
66
. $SCRIPT_DIR/../../handle-paths.sh

0 commit comments

Comments
 (0)