Skip to content

Commit 4b8a67e

Browse files
authored
Merge pull request #879 from buildkite/keithduncan/dont-print-tokens
Disable `set -x` from the Linux UserData script
2 parents 61b22c2 + 5240a5f commit 4b8a67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/aws-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ Resources:
959959
/usr/local/bin/bk-configure-docker.sh
960960
--==BOUNDARY==
961961
Content-Type: text/x-shellscript; charset="us-ascii"
962-
#!/bin/bash -xv
962+
#!/bin/bash -v
963963
BUILDKITE_STACK_NAME="${AWS::StackName}" \
964964
BUILDKITE_STACK_VERSION=%v \
965965
BUILDKITE_SCALE_IN_IDLE_PERIOD=${ScaleInIdlePeriod} \

0 commit comments

Comments
 (0)