aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2017-12-13 14:47:34 +0100
committerRechi <Rechi@users.noreply.github.com>2017-12-13 14:47:34 +0100
commit1c3e8da81578492575a227ecf49c2ca757cd5e99 (patch)
tree88394dacc1cbed04e8df3d7c7e5e16dcacaead24 /tools/buildsteps
parentee43a9af3a16a816fef4fef1619ba1bbf8e2a8fb (diff)
[buildsteps][windows] run-tests doesn't use branch name
Diffstat (limited to 'tools/buildsteps')
-rw-r--r--tools/buildsteps/windows/run-tests.bat4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/buildsteps/windows/run-tests.bat b/tools/buildsteps/windows/run-tests.bat
index 0aad860026..04c2f3e7a3 100644
--- a/tools/buildsteps/windows/run-tests.bat
+++ b/tools/buildsteps/windows/run-tests.bat
@@ -23,14 +23,10 @@ rem -------------------------------------------------------------
rem CONFIG START
SET exitcode=0
SET useshell=sh
-SET BRANCH=na
SET buildconfig=Release
SET PreferredToolArchitecture=x64
- :: sets the BRANCH env var
- call getbranch.bat
-
rem CONFIG END
rem -------------------------------------------------------------