Fixing publishing catalog to ignore unsolicited DEBUG output.

Change-Id: I166103280f65dd124430209344ac1e785ec503c9
This commit is contained in:
Thomas Vachuska 2018-08-09 15:40:43 -07:00
parent 6796e0206b
commit 74d28d8f7c

View File

@ -14,7 +14,7 @@ export SHLVL=1
function writeCatalog {
bazel build $* --aspects tools/build/bazel/publish_catalog.bzl%publish_catalog 2>&1 \
| egrep "^DEBUG: " | cut -d\ -f3- >> $CATALOG
| egrep "^DEBUG: .*/publish_catalog.bzl:" | cut -d\ -f3- >> $CATALOG
}
function jars {