Skip to content

Commit de6eaa1

Browse files
authored
Merge pull request #103 from pact-foundation/fix/unset-BUNDLE_APP_CONFIG_shell_scripts
Fix/unset bundle app config shell scripts
2 parents af9e618 + ab540b3 commit de6eaa1

8 files changed

+8
-0
lines changed

packaging/pact-broker.sh

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
2222
export BUNDLE_GEMFILE="$LIBDIR/vendor/Gemfile"
2323
unset BUNDLE_IGNORE_CONFIG
2424
unset RUBYGEMS_GEMDEPS
25+
unset BUNDLE_APP_CONFIG
2526
export BUNDLE_FROZEN=1
2627

2728
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.

packaging/pact-message.sh

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
2222
export BUNDLE_GEMFILE="$LIBDIR/vendor/Gemfile"
2323
unset BUNDLE_IGNORE_CONFIG
2424
unset RUBYGEMS_GEMDEPS
25+
unset BUNDLE_APP_CONFIG
2526
export BUNDLE_FROZEN=1
2627

2728
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.

packaging/pact-mock-service.sh

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
2222
export BUNDLE_GEMFILE="$LIBDIR/vendor/Gemfile"
2323
unset BUNDLE_IGNORE_CONFIG
2424
unset RUBYGEMS_GEMDEPS
25+
unset BUNDLE_APP_CONFIG
2526
export BUNDLE_FROZEN=1
2627

2728
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.

packaging/pact-provider-verifier.sh

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
2222
export BUNDLE_GEMFILE="$LIBDIR/vendor/Gemfile"
2323
unset BUNDLE_IGNORE_CONFIG
2424
unset RUBYGEMS_GEMDEPS
25+
unset BUNDLE_APP_CONFIG
2526
export BUNDLE_FROZEN=1
2627

2728
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.

packaging/pact-publish.sh

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
2222
export BUNDLE_GEMFILE="$LIBDIR/vendor/Gemfile"
2323
unset BUNDLE_IGNORE_CONFIG
2424
unset RUBYGEMS_GEMDEPS
25+
unset BUNDLE_APP_CONFIG
2526
export BUNDLE_FROZEN=1
2627

2728
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.

packaging/pact-stub-service.sh

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
2222
export BUNDLE_GEMFILE="$LIBDIR/vendor/Gemfile"
2323
unset BUNDLE_IGNORE_CONFIG
2424
unset RUBYGEMS_GEMDEPS
25+
unset BUNDLE_APP_CONFIG
2526
export BUNDLE_FROZEN=1
2627

2728
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.

packaging/pact.sh

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
2222
export BUNDLE_GEMFILE="$LIBDIR/vendor/Gemfile"
2323
unset BUNDLE_IGNORE_CONFIG
2424
unset RUBYGEMS_GEMDEPS
25+
unset BUNDLE_APP_CONFIG
2526
export BUNDLE_FROZEN=1
2627

2728
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.

packaging/pactflow.sh

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ LIBDIR="`cd \"$DIR\" && cd ../lib && pwd`"
2222
export BUNDLE_GEMFILE="$LIBDIR/vendor/Gemfile"
2323
unset BUNDLE_IGNORE_CONFIG
2424
unset RUBYGEMS_GEMDEPS
25+
unset BUNDLE_APP_CONFIG
2526
export BUNDLE_FROZEN=1
2627

2728
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.

0 commit comments

Comments
 (0)