| ... | @@ -19,10 +19,10 @@ rvm: |
... | @@ -19,10 +19,10 @@ rvm: |
|
|
services:
|
|
services:
|
|
|
- redis-server
|
|
- redis-server
|
|
|
before_script:
|
|
before_script:
|
|
|
- "bundle exec rake db:setup"
|
|
|
|
|
- "bundle exec rake db:seed_fu"
|
|
|
|
|
- "cp config/database.yml.$DB config/database.yml"
|
|
- "cp config/database.yml.$DB config/database.yml"
|
|
|
- "cp config/gitlab.yml.example config/gitlab.yml"
|
|
- "cp config/gitlab.yml.example config/gitlab.yml"
|
|
|
|
- "bundle exec rake db:setup"
|
|
|
|
- "bundle exec rake db:seed_fu"
|
|
|
script: "bundle exec rake $TASK --trace"
|
|
script: "bundle exec rake $TASK --trace"
|
|
|
notifications:
|
|
notifications:
|
|
|
email: false |
|
email: false |