Attempt to fix CircleCI couchdb persistence issue.

This commit is contained in:
Dorian 2016-10-24 17:16:34 -04:00
parent 49c860c9c0
commit 798ecebbd9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ machine:
dependencies: dependencies:
# Stop the CouchDB instance provided by default. # Stop the CouchDB instance provided by default.
pre: pre:
- if [[ ! -z "$(sudo service couchdb status | grep running)" ]]; then sudo service couchdb stop; fi - if [ ! -z "$(sudo service couchdb status | grep running)" ]; then sudo service couchdb stop; fi
# Keep the docker cache dir. # Keep the docker cache dir.
cache_directories: cache_directories: