Skip to content

Commit

Permalink
Fix without command
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Aug 10, 2020
1 parent bcb1496 commit 79954e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .expeditor/run_windows_tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ $ErrorActionPreference="stop"
Write-Host "--- bundle install"

bundle config --local path vendor/bundle
bundle config --local set without 'docs development profile'
bundle install --jobs=7 --retry=3
bundle install --jobs=7 --retry=3 --without docs development profile

Write-Host "+++ bundle exec task"
bundle exec $args
Expand Down

0 comments on commit 79954e8

Please sign in to comment.