Fix non_manual_build query

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

View File

@ -4,4 +4,4 @@ set -o errexit
source hack/bazel_setup.sh
$BAZEL_B $($BAZEL_QR query "//... except attr(tags, 'manual', //...) except //vendor/...")
$BAZEL_B $($BAZEL_QR "//... except attr(tags, 'manual', //...) except //vendor/...")