Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/sdk/promotion/updateDropLocation.sh')
-rwxr-xr-xproduction/sdk/promotion/updateDropLocation.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/production/sdk/promotion/updateDropLocation.sh b/production/sdk/promotion/updateDropLocation.sh
index 38eaad772..0ef3a655b 100755
--- a/production/sdk/promotion/updateDropLocation.sh
+++ b/production/sdk/promotion/updateDropLocation.sh
@@ -258,9 +258,6 @@ function sendTestResultsMail ()
platform=$(echo ${JOB_NAME}|cut -b 12-16)
case "$platform" in
- "win32")
- HUDSON_URL="${HUDSON_PROTOCOL}://${HUDSON_HOST}:${HUDSON_PORT}/shared/view/Eclipse and Equinox"
- ;;
"mac64")
HUDSON_URL="${HUDSON_PROTOCOL}://${HUDSON_HOST}:${HUDSON_PORT}/shared/view/Eclipse and Equinox"
;;

Back to the top