Skip to content

Commit

Permalink
Show errors from bundle
Browse files Browse the repository at this point in the history
Allow for an easier debug when bundler errors out. For instance, bundler could error when the gemspec locks a ruby version prior to 2.6, the version set in this project's Dockerfile.
  • Loading branch information
xjunior authored Aug 18, 2021
1 parent dfccb38 commit 84c9825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ chmod 0600 ~/.gem/credentials
set -x

echo "Installing dependencies..."
bundle install > /dev/null 2>&1
bundle install > /dev/null

echo "Running gem release task..."
release_command="${RELEASE_COMMAND:-rake release}"
Expand Down

0 comments on commit 84c9825

Please sign in to comment.