Skip to content

Commit 65de4c7

Browse files
committed
updates bash operator to more universally supported one
1 parent e5724cb commit 65de4c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
# for removing this kludge.
8080
run: |
8181
( set -o pipefail;
82-
bazel build //tensorboard/... |&\
83-
grep -v 'external/com_google_protobuf/python: warning: directory' |&\
82+
bazel build //tensorboard/... 2>&1 |\
83+
grep -v 'external/com_google_protobuf/python: warning: directory' 2>&1 |\
8484
grep -v 'INFO: From ProtoCompile ' )
8585
- name: 'Bazel: test (with TensorFlow support)'
8686
run: bazel test //tensorboard/...

0 commit comments

Comments
 (0)