aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci/build.sh
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2016-12-02 10:52:57 +0000
committerGravatar Irina Iancu <elenairina@google.com>2016-12-02 12:20:14 +0000
commit7b835d97219e40ee92b109fbecd2dc3b37db024c (patch)
tree47e3d7eace3c6ab01224a8c6dd9e8342a9ae2f13 /scripts/ci/build.sh
parent33d63516f712bc81c6c15f8348272c390b05719e (diff)
Do not patch WORKSPACE in the release process
While we do need changes for certain test to refer to a local copy of android SDKs, we do not want those changes in the environment where we build the release artefacts (in particular the distribution artefact). -- Change-Id: I471a8c23efea389f52cd7b07b8511f69d16b8d3d Reviewed-on: https://cr.bazel.build/7592 MOS_MIGRATED_REVID=140831994
Diffstat (limited to 'scripts/ci/build.sh')
-rwxr-xr-xscripts/ci/build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh
index 252cf33b99..5443149b2a 100755
--- a/scripts/ci/build.sh
+++ b/scripts/ci/build.sh
@@ -120,8 +120,6 @@ function bazel_build() {
JAVA_VERSION=1.8
fi
- setup_android_repositories
-
# Build the packages
local ARGS=
if [[ $PLATFORM == "darwin" ]] && \