Skip to content

DEVADV-1516: Update the java SDK version #4

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

Merged
merged 42 commits into from
Dec 17, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
testing
  • Loading branch information
chedim committed Dec 13, 2021
commit ac737af746e667f249c1a797f42958306c8a9ac2
1 change: 1 addition & 0 deletions .github/workflows/cb-service-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
steps:
- name: Setup couchbase
run: |
wget -O - http://couchbase
curl -v -X POST http://couchbase:8091/node/controller/setupServices -d 'services=kv%2Cn1ql%2Cindex' || echo "FAILED TO SETUP SERVICES"
curl -v -X POST http://couchbase:8091/pools/default -d 'memoryQuota=256' -d 'indexMemoryQuota=256' || echo "FAILED TO SETUP QUOTAS"
curl -u Administrator:password -v -X POST http://couchbase:8091/settings/web -d 'password=password&username=Administrator&port=SAME' || echo "FAILED TO SETUP LOGIN"
Expand Down