From 2f85234c01bcc0795d8f6fcb56349e4ba6a7b6f5 Mon Sep 17 00:00:00 2001 From: Dmitry Lomov Date: Mon, 24 Oct 2016 14:50:22 +0000 Subject: Stamp Windows release. -- Change-Id: I6f782f5dbeba03962381d32183e2afd2f0175709 Reviewed-on: https://bazel-review.googlesource.com/#/c/6832/ MOS_MIGRATED_REVID=137029264 --- scripts/ci/windows/compile_windows.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/ci') 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 -- cgit v1.2.3