Keep going regardless of failure
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-11-08 18:00:29 +01:00
parent 9f055341a2
commit 6c74090a66
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ echo "Running entrypoint commands against '$FOODSOFT_SERVICE' service"
echo "------------------------------------------------------------------------------"
if [ "$FOODSOFT_SERVICE" == "app" ]; then
bundle exec rake db:setup
bundle exec rake db:migrate
bundle exec rake db:setup || true
bundle exec rake db:migrate || true
./proc-start web
elif [ "$FOODSOFT_SERVICE" == "cron" ]; then
./proc-start cron