blob: 63b69b1ea9d7a37694a60756d94f9f54c7f48331 (
plain)
1
2
3
4
5
6
7
8
9
10
|
services:
- couchdb
notifications:
email: false
before_script:
- "bundle exec rake couchrest:migrate_with_proxies"
- "bundle exec rake couchrest:migrate_with_proxies" # looks like this needs to run twice
- 'HOST="http://localhost:5984"'
- "curl -X PUT $HOST/sessions"
- "curl -X PUT $HOST/_config/admins/anna -d '\"secret\"'"
|