dont pass 'testing' parameter from startup
This commit is contained in:
parent
530c8bd77c
commit
8e156990fc
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue