Attempt to fix CircleCI couchdb persistence issue.
This commit is contained in:
parent
49c860c9c0
commit
798ecebbd9
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue