Temporarily disable the rake db setup
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-11-06 11:48:58 +01:00
parent 8ded68ab22
commit 07c785dc51
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ reuse() {
}
db_setup() {
rake db:setup
echo "TODO: rake db:setup"
# rake db:setup
}
reuse