Sign in
bazel
/
eclipse
/
dc387fa035edca898fc5ffc80519f79f6d2d4f78
/
.
/
tools
/
release
/
unzip-updatesite.sh
blob: bb29bca7493f336deef69de62761bf6588aca03f [
file
] [
log
] [
blame
]
#!/bin/bash
# A small target to run in Google Cloud Container Builder so the result is unzipped.
OUTPUT_DIR
=
"${1:-bazel-updatesite}"
RUNFILES
=
"${JAVA_RUNFILES:-$0.runfiles}"
unzip
-
d
"${OUTPUT_DIR}"
"${RUNFILES}/build_bazel_eclipse/p2updatesite.zip"