Skip to content

Commit

Permalink
Merge pull request #125 from wking/bazel-tarball-pass-build-arguments
Browse files Browse the repository at this point in the history
hack/test-bazel-build-tarball: Pass args through to bazel build
  • Loading branch information
openshift-merge-robot authored Aug 14, 2018
2 parents 5ac7cfb + 8237991 commit fc01b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test-bazel-build-tarball.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
if [ "$IS_CONTAINER" != "" ]; then
set -x
bazel --output_base=/tmp build tarball
bazel --output_base=/tmp build "$@" tarball
else
docker run -e IS_CONTAINER='TRUE' --rm -v "$PWD":"$PWD" -v /tmp:/tmp:rw -w "$PWD" quay.io/coreos/tectonic-builder:bazel-v0.3 ./hack/test-bazel-build-tarball.sh
fi

0 comments on commit fc01b3a

Please sign in to comment.