Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion habitat/plan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function Invoke-Build {
$env:GEM_HOME = "$HAB_CACHE_SRC_PATH/$pkg_dirname/vendor"

Write-BuildLine " ** Configuring bundler for this build environment"
bundle config --local without integration deploy maintenance
bundle config --local without integration deploy maintenance development omnibus_package test
bundle config --local jobs 4
bundle config --local retry 5
bundle config --local silence_root_warning 1
Expand Down
2 changes: 1 addition & 1 deletion habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ do_build() {
build_line "Building the Knife gem from the gemspec with GEM_HOME=$GEM_HOME and GEM_PATH=$GEM_PATH"
pushd "$HAB_CACHE_SRC_PATH/$pkg_dirname"
bundle config set --local path "$GEM_HOME"
bundle config --local without integration deploy maintenance
bundle config --local without integration deploy maintenance development omnibus_package test
bundle config --local jobs 4
bundle config --local retry 5
bundle config --local silence_root_warning 1
Expand Down
Loading