From e73082516268780c6a1af71986e53fbc053a3b33 Mon Sep 17 00:00:00 2001 From: UK992 Date: Fri, 27 Jan 2017 05:15:14 -0800 Subject: [PATCH] servo: Merge #15243 - Upload MSVC nightlies via MSYS environment (from UK992:windows-builder); r=larsbergstrom Follow-up to https://github.com/servo/saltfs/pull/572 r? @larsbergstrom Source-Repo: https://github.com/servo/servo Source-Revision: bd72da5f02f2e2fc7ff3bbdc9cb54917a635c388 --- servo/etc/ci/buildbot_steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servo/etc/ci/buildbot_steps.yml b/servo/etc/ci/buildbot_steps.yml index d4175052fd18..1d788f9e55fd 100644 --- a/servo/etc/ci/buildbot_steps.yml +++ b/servo/etc/ci/buildbot_steps.yml @@ -128,4 +128,4 @@ windows-gnu-nightly: windows-msvc-nightly: - mach.bat build --release - mach.bat package --release - - .\etc\ci\upload_nightly.sh windows-msvc + - bash -l ./etc/ci/upload_nightly.sh windows-msvc