diff --git a/.buildkite/linux/entrypoint b/.buildkite/linux/entrypoint index 690251561..4514bcd39 100755 --- a/.buildkite/linux/entrypoint +++ b/.buildkite/linux/entrypoint @@ -1,7 +1,6 @@ #!/bin/bash set -e -set -x # check author has added themselves to CONTRIBUTORS echo "--- Checking CONTRIBUTORS" diff --git a/.buildkite/mac/entrypoint b/.buildkite/mac/entrypoint index 508e5ac6b..37641bc19 100755 --- a/.buildkite/mac/entrypoint +++ b/.buildkite/mac/entrypoint @@ -1,7 +1,6 @@ #!/bin/bash set -e -set -x echo "-- Building" BAZEL="bazel --output_user_root=~/bazel --output_base=~/bazel/anki"