File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ function Invoke-Build {
4545 $env: GEM_HOME = " $HAB_CACHE_SRC_PATH /$pkg_dirname /vendor"
4646
4747 Write-BuildLine " ** Configuring bundler for this build environment"
48- bundle config -- local without integration deploy maintenance
48+ bundle config -- local without integration deploy maintenance test development profile
4949 bundle config -- local jobs 4
5050 bundle config -- local retry 5
5151 bundle config -- local silence_root_warning 1
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ do_build() {
3838
3939 build_line " Setting GEM_PATH=$GEM_HOME "
4040 export GEM_PATH=" $GEM_HOME "
41- bundle config --local without integration deploy maintenance
41+ bundle config --local without integration deploy maintenance test development profile
4242 bundle config --local jobs 4
4343 bundle config --local retry 5
4444 bundle config --local silence_root_warning 1
You can’t perform that action at this time.
0 commit comments