aboutsummaryrefslogtreecommitdiffstats
path: root/docker/vespa-ci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/vespa-ci.sh')
-rwxr-xr-xdocker/vespa-ci.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/vespa-ci.sh b/docker/vespa-ci.sh
index 52e9fd34a39..f4c46f8919a 100755
--- a/docker/vespa-ci.sh
+++ b/docker/vespa-ci.sh
@@ -1,7 +1,6 @@
#!/bin/bash
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
set -e
-set -x
if [ $# -ne 1 ]; then
echo "Usage: $0 <git commit>"