container-structure-test icon indicating copy to clipboard operation
container-structure-test copied to clipboard

Infer bazel-bin directory in release automation

Open nkubala opened this issue 6 years ago • 0 comments

We should be able to infer the output directory for the binary when building with bazel, so we don't have to keep changing the hardcoded name whenever we make a change to the build process. Something like

bazel info | grep bazel-bin | cut -d' ' -f2 or bazel info bazel-bin

should give us enough to work with.

nkubala avatar Feb 21 '18 19:02 nkubala