remove set -x from Buildkite scripts

This commit is contained in:
Damien Elmes 2020-12-16 12:01:21 +10:00
parent ed607782de
commit dcb85a9bb8
2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
#!/bin/bash
set -e
set -x
# check author has added themselves to CONTRIBUTORS
echo "--- Checking CONTRIBUTORS"

View file

@ -1,7 +1,6 @@
#!/bin/bash
set -e
set -x
echo "-- Building"
BAZEL="bazel --output_user_root=~/bazel --output_base=~/bazel/anki"