mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 04:37:22 -05: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
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
# check author has added themselves to CONTRIBUTORS
|
||||
echo "--- Checking CONTRIBUTORS"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
echo "-- Building"
|
||||
BAZEL="bazel --output_user_root=~/bazel --output_base=~/bazel/anki"
|
||||
|
|
|
|||
Loading…
Reference in a new issue