Skip to content

Commit 2d443c5

Browse files
committed
Revert "test: profile couchdb install"
This reverts commit 3229ee8.
1 parent 1e65fd7 commit 2d443c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

start-couchdb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# immediately fail if an error occurs
44
set -e
55

6-
date
6+
77
if [[ -n "$GK_COUCHDB" ]]; then
88
echo "Using existing CouchDB on :5984"
99
curl -sX DELETE $GK_COUCHDB/{installations,npm,payments,repositories,monorepo}-staging 2>&1 > /dev/null
@@ -12,7 +12,6 @@ else
1212
docker rm -fv gk-couchdb || true
1313
docker run -d -p 5984:5984 --name gk-couchdb apache/couchdb:2.1.1
1414
fi
15-
date
1615

1716
TIMEOUT=280
1817
TRIES=0

0 commit comments

Comments
 (0)