From c9fa70824299e489d5b7b8328877fda4a10f49ba Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Mon, 31 Aug 2015 13:24:56 +0000 Subject: Renamed the installer to bazel-$VERSION-installer-$PLATFORM.sh -- MOS_MIGRATED_REVID=101929112 --- scripts/ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh index 4cb99e72f5..1be1e5b565 100755 --- a/scripts/ci/build.sh +++ b/scripts/ci/build.sh @@ -84,7 +84,7 @@ function bazel_build() { # Copy the results to the output directory mkdir -p $1/packages cp output/bazel $1/bazel - cp bazel-bin/scripts/packages/install.sh $1/install.sh + cp bazel-bin/scripts/packages/install.sh $1/bazel-${release_label}-installer.sh cp bazel-genfiles/scripts/packages/README.md $1/README.md } -- cgit v1.2.3