1
0
Fork 0

dont pass 'testing' parameter from startup

This commit is contained in:
Mikhail Goncharov 2021-06-01 17:37:20 +02:00
parent 530c8bd77c
commit 8e156990fc

View file

@ -18,10 +18,9 @@
param( param(
[string]$version = "stable", [string]$version = "stable",
[switch]$testing = $false,
[string]$workdir = "c:\ws" [string]$workdir = "c:\ws"
) )
cd c:\llvm-premerge-checks cd c:\llvm-premerge-checks
git pull git pull
c:\llvm-premerge-checks\scripts\windows\start_container.ps1 -version $version -testing $testing -workdir $workdir c:\llvm-premerge-checks\scripts\windows\start_container.ps1 -version $version -workdir $workdir