aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-08-31 13:24:56 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-08-31 19:14:22 +0000
commitc9fa70824299e489d5b7b8328877fda4a10f49ba (patch)
treec811c3ed4f7967f4cce54d408f2306e53a90b308 /scripts
parentd0b4d5e808506c5a2dae1d28070cb908e022a0d7 (diff)
Renamed the installer to bazel-$VERSION-installer-$PLATFORM.sh
-- MOS_MIGRATED_REVID=101929112
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/build.sh2
1 files changed, 1 insertions, 1 deletions
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
}