Skip to content

Commit 44af229

Browse files
committed
Silence dev up DB creation met? check
1 parent 1f885bf commit 44af229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ up:
1313
- custom:
1414
name: Create Job Iteration database
1515
meet: mysql -uroot -h job-iteration.railgun -e "CREATE DATABASE job_iteration_test"
16-
met?: mysql -uroot -h job-iteration.railgun job_iteration_test -e "SELECT 1"
16+
met?: mysql -uroot -h job-iteration.railgun job_iteration_test -e "SELECT 1" &> /dev/null
1717

1818
commands:
1919
test: bundle exec rake

0 commit comments

Comments
 (0)