Various CI fixes and cleanup (#8289)

This commit is contained in:
mehrdadn
2020-05-05 10:47:49 -07:00
committed by GitHub
parent 97430b2d0f
commit 4bdef78e2e
19 changed files with 364 additions and 246 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ genrule(
mkdir -p "$$GENERATED_DIR"
# Copy protobuf-generated files.
for f in $(locations //streaming/java:all_java_proto); do
unzip -o "$$f" -x META-INF/MANIFEST.MF -d "$$WORK_DIR/streaming/java/streaming-runtime/src/main/java"
unzip -q -o "$$f" -x META-INF/MANIFEST.MF -d "$$WORK_DIR/streaming/java/streaming-runtime/src/main/java"
done
date > $@
""",