blob: 44da3cb916d706c89bcce479fe9ee2654de9d736 (
plain)
1
2
3
4
5
6
7
8
|
services:
- couchdb
notifications:
email: false
before_script:
- "bundle exec rake couchrest:migrate_with_proxies"
- 'HOST="http://localhost:5984"'
- "curl -X PUT $HOST/_config/admins/anna -d '\"secret\"'"
|