Skip to content

Commit

Permalink
Do not patch WORKSPACE in the release process
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aehlig authored and laszlocsomor committed Dec 2, 2016
1 parent 6331a94 commit 470ec09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ function bazel_build() {
JAVA_VERSION=1.8
fi

setup_android_repositories

# Build the packages
local ARGS=
if [[ $PLATFORM == "darwin" ]] && \
Expand Down

0 comments on commit 470ec09

Please sign in to comment.