Skip to content

Commit

Permalink
Merge pull request #11 from xjunior/patch-1
Browse files Browse the repository at this point in the history
Show errors from bundle
  • Loading branch information
cadwallion authored Aug 18, 2021
2 parents 968bcbd + 84c9825 commit 1e0ec8a
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 1e0ec8a

Please sign in to comment.