mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-21 12:41:27 +00:00
Disable set -x and fix BAZEL_QR
This commit is contained in:
parent
bb79931683
commit
343a8f9ce4
@ -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/...")
|
||||
|
@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o errexit
|
||||
set -x
|
||||
|
||||
source hack/bazel_setup.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user