Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-couchbase committed Aug 12, 2024
1 parent 62d2818 commit 6cb8f43
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ docker compose -f "$SCRIPT_DIR"/docker-compose.yaml ps
echo "Cluster is live."

echo "Initializing Couchbase cluster"
docker exec -it couchbase-db couchbase-cli cluster-init -c "$CB_CONN_STR" \
docker exec -i couchbase-db couchbase-cli cluster-init -c "$CB_CONN_STR" \
--cluster-username "$CB_USERNAME" --cluster-password "$CB_PASSWORD" --cluster-ramsize 512 \
--cluster-index-ramsize 512 --cluster-fts-ramsize 512 --services data,index,query,fts &&
docker exec -it couchbase-db couchbase-cli bucket-create -c "$CB_CONN_STR" \
docker exec -i couchbase-db couchbase-cli bucket-create -c "$CB_CONN_STR" \
--username "$CB_USERNAME" --password "$CB_PASSWORD" \
--bucket "$CB_BUCKET" --bucket-type couchbase --bucket-ramsize 200

Expand Down

0 comments on commit 6cb8f43

Please sign in to comment.