Skip to content

Commit d2661a1

Browse files
committed
removed extra gem from hab pkg build
Signed-off-by: nitin sanghi <nsanghi@progress.com>
1 parent a869dab commit d2661a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

habitat/plan.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

habitat/plan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)