Skip to content

Commit

Permalink
Merge pull request #15 from ciremoussadia/remove-exec
Browse files Browse the repository at this point in the history
Remove exec
  • Loading branch information
cadwallion authored Mar 9, 2023
2 parents d9474d9 + 48c43a2 commit 141e4a3
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 @@ -21,4 +21,4 @@ bundle install > /dev/null

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

0 comments on commit 141e4a3

Please sign in to comment.