Disable set -x and fix BAZEL_QR

This commit is contained in:
Mustafa Gezen 2022-10-30 06:20:56 +01:00
parent bb79931683
commit 343a8f9ce4
Signed by untrusted user who does not match committer: mustafa
GPG Key ID: DCDF010D946438C1
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,7 @@
#!/usr/bin/env bash
set -o errexit
set -x
source hack/bazel_setup.sh
$BAZEL_B $(BAZEL_QR query "//... except attr(tags, 'manual', //...) except //vendor/...")
$BAZEL_B $($BAZEL_QR query "//... except attr(tags, 'manual', //...) except //vendor/...")

View File

@ -1,7 +1,6 @@
#!/usr/bin/env bash
set -o errexit
set -x
source hack/bazel_setup.sh