Skip to content

Commit

Permalink
Merge pull request #852 from go-kivik/cdb333
Browse files Browse the repository at this point in the history
Bump CouchDB 3.3.2 to 3.3.3 for tests
  • Loading branch information
flimzy authored Dec 25, 2023
2 parents 7e7b509 + af62d80 commit 16365e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variables:
alias: couch31
- name: couchdb:3.2.3
alias: couch32
- name: couchdb:3.3.2
- name: couchdb:3.3.3
alias: couch33
variables:
KIVIK_TEST_DSN_COUCH22: http://admin:abc123@couch22:5984/
Expand Down Expand Up @@ -83,7 +83,7 @@ go-1.21:
<<: *go_test_template
image: golang:1.18
services:
- name: couchdb:3.3.2
- name: couchdb:3.3.3
alias: couch33
before_script:
- ./script/complete_couch2.sh ${KIVIK_TEST_DSN_COUCH33}
Expand Down
6 changes: 3 additions & 3 deletions script/start_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ docker pull apache/couchdb:3.2.3
docker run --name couch32 -p 6006:5984/tcp -d --rm -e COUCHDB_USER -e COUCHDB_PASSWORD apache/couchdb:3.2.3
${DIR}/complete_couch2.sh $KIVIK_TEST_DSN_COUCH32

echo "CouchDB 3.3.2"
docker pull apache/couchdb:3.3.2
docker run --name couch33 -p 6007:5984/tcp -d --rm -e COUCHDB_USER -e COUCHDB_PASSWORD apache/couchdb:3.3.2
echo "CouchDB 3.3.3"
docker pull apache/couchdb:3.3.3
docker run --name couch33 -p 6007:5984/tcp -d --rm -e COUCHDB_USER -e COUCHDB_PASSWORD apache/couchdb:3.3.3
${DIR}/complete_couch2.sh $KIVIK_TEST_DSN_COUCH33

0 comments on commit 16365e9

Please sign in to comment.