Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Use Couch 3.2.2 #325

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cache:
directories:
- node_modules
before_script:
- docker run -d -p 5984:5984 --name couch apache/couchdb:2.3
- docker run -d -p 5984:5984 --name couch -e COUCHDB_USER= -e COUCHDB_PASSWORD= apache/couchdb:3.2.2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure we can use empty admin credentials? I believe this is not possible and would recommend using admin/admin or something similar.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just trying to debug, so trying several things ^^.

Are you sure we can use empty admin credentials? I believe this is not possible and would recommend using admin/admin or something similar.

Yeah, but I'll have to edit the cozy.yaml file before running the stack. If I understand correctly, actually we don't have this step. I was trying to avoid it.

- eval "$(gimme 1.18)"
- mkdir $GOPATH
- git clone https://github.com/cozy/cozy-stack.git
Expand Down