1
0
Fork 0

made master allow version numbers

This commit is contained in:
Christian Kühnel 2020-02-20 15:25:23 +00:00
parent d91c7b653a
commit ee2d99ebd2

View file

@ -19,7 +19,6 @@
param(
[Parameter(Mandatory=$true)]
[ValidateSet("buildkite", "jenkins")]
[string]$master
)