Skip to content

Commit

Permalink
bundle checkをクリアした時の出力を消す
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Jan 21, 2024
1 parent 4048747 commit f219da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_template/exe/run
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ if find "/home/$EXECUINTG_USER/.rbenv/" -user root | read; then
echo "We have recovered /home/$EXECUINTG_USER/.rbenv/"
fi

bundle check || bundle install
bundle check > /dev/null || bundle install
RUN_WITH_BUNDLE_EXEC=1 bundle exec ruby app.rb

0 comments on commit f219da6

Please sign in to comment.