Skip to content

Commit

Permalink
remove exec in order to push set of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ciremoussadia committed Nov 30, 2021
1 parent 8f9e053 commit 48c43a2
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 @@ -18,4 +18,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 48c43a2

Please sign in to comment.