Skip to content

Commit afa702f

Browse files
committed
CI: Fix bootstrap.ps1 script
Properly passes CLI arguments
1 parent ca7cde4 commit afa702f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/bootstrap.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ Bootstrap -uri $BINARY_URL -dest $BINARY_PATH
5858

5959
Write-Host ""
6060

61-
Start-Process -Wait $BINARY_PATH -NoNewWindow -ArgumentList "build -c $pwd $patches"
61+
Start-Process -Wait $BINARY_PATH -NoNewWindow -ArgumentList $arguments
6262
Remove-Item $BINARY_PATH

0 commit comments

Comments
 (0)