Skip to content

Commit 350910b

Browse files
authored
Merge pull request #101 from Shopify/silence-db-dev-task
Silence `dev up` DB creation `met?` check
2 parents 1f885bf + 44af229 commit 350910b

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)