mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
remove set -x from Buildkite scripts
This commit is contained in:
parent
ed607782de
commit
dcb85a9bb8
2 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
set -x
|
|
||||||
|
|
||||||
# check author has added themselves to CONTRIBUTORS
|
# check author has added themselves to CONTRIBUTORS
|
||||||
echo "--- Checking CONTRIBUTORS"
|
echo "--- Checking CONTRIBUTORS"
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
set -x
|
|
||||||
|
|
||||||
echo "-- Building"
|
echo "-- Building"
|
||||||
BAZEL="bazel --output_user_root=~/bazel --output_base=~/bazel/anki"
|
BAZEL="bazel --output_user_root=~/bazel --output_base=~/bazel/anki"
|
||||||
|
|
Loading…
Reference in a new issue