From ee2d99ebd2ebbd9112f509abd96deedb45077baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Thu, 20 Feb 2020 15:25:23 +0000 Subject: [PATCH] made master allow version numbers --- scripts/windows_agent_start.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/windows_agent_start.ps1 b/scripts/windows_agent_start.ps1 index cdb9e86..86deec8 100644 --- a/scripts/windows_agent_start.ps1 +++ b/scripts/windows_agent_start.ps1 @@ -19,7 +19,6 @@ param( [Parameter(Mandatory=$true)] - [ValidateSet("buildkite", "jenkins")] [string]$master )