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(
[string]$version = "stable",
[switch]$testing = $false,
[string]$workdir = "c:\ws"
)
cd c:\llvm-premerge-checks
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