* -f so no error if not present

This commit is contained in:
Seth Call 2013-01-16 22:51:04 -06:00
parent 93bea675e5
commit b759b2ae01
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ fi
# the gemfile. This unfortunately means the next debian update doesn't update this file.
# Ultimately this means an old Gemfile.lock is left behind for a new package,
# and bundle won't run because it thinks it has the wrong versions of gems
rm Gemfile.lock
rm -f Gemfile.lock
BUILD_NUMBER=$BUILD_NUMBER JAMENV=production exec bundle exec ruby -Ilib bin/websocket_gateway