aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci
diff options
context:
space:
mode:
authorGravatar Dmitry Lomov <dslomov@google.com>2016-10-24 14:50:22 +0000
committerGravatar John Cater <jcater@google.com>2016-10-24 19:30:11 +0000
commit2f85234c01bcc0795d8f6fcb56349e4ba6a7b6f5 (patch)
tree48b78e3540b4acf94e71445bc2cf14053f2f73d0 /scripts/ci
parent4b4a53e1251771dd8ddfdc66e302c5ff9478c087 (diff)
Stamp Windows release.
-- Change-Id: I6f782f5dbeba03962381d32183e2afd2f0175709 Reviewed-on: https://bazel-review.googlesource.com/#/c/6832/ MOS_MIGRATED_REVID=137029264
Diffstat (limited to 'scripts/ci')
-rwxr-xr-xscripts/ci/windows/compile_windows.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/ci/windows/compile_windows.sh b/scripts/ci/windows/compile_windows.sh
index 03d4087f0c..29db810e79 100755
--- a/scripts/ci/windows/compile_windows.sh
+++ b/scripts/ci/windows/compile_windows.sh
@@ -46,6 +46,11 @@ source ./scripts/ci/build.sh
# TODO(bazel-team): we should replace ./compile.sh by the same script we use
# for other platform
+release_label="$(get_full_release_name)"
+
+if [ -n "${release_label}" ]; then
+ export EMBED_LABEL="${release_label}"
+fi
./compile.sh "$*" || retCode=$?
if (( $retCode != 0 )); then
echo "$retCode" > .unstable