Skip to content

Commit

Permalink
Update build_local_windows.ps1
Browse files Browse the repository at this point in the history
update based on Branden's changes to make --tree-variant a positional
option rather than optional.
  • Loading branch information
paulcallen committed Mar 26, 2018
1 parent 6e41b81 commit 071b54d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build_local_windows.ps1
Expand Up @@ -2,8 +2,6 @@
#
# Simple helper script to do a full local build

Set-PSDebug -Trace 1

# Fail quickly if docker isn't working / up
docker ps
if ( $LASTEXITCODE -ne 0 ) {
Expand Down Expand Up @@ -47,6 +45,5 @@ python -m venv "$tmpdir/dcos_build_venv"
./prep_local_windows.ps1

# Build a release of DC/OS
release create $env:USERNAME local_build --tree-variant windows
release create $env:USERNAME local_build windows

Set-PSDebug -Off

0 comments on commit 071b54d

Please sign in to comment.