Skip to content

Commit 5bd58cb

Browse files
committed
Fixed travis build due to outdated cmake build
1 parent abda505 commit 5bd58cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/ci/scripts/setup_couchbase.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
set -e
44

5-
export CB_VERSION=7.0.0
5+
export CB_VERSION=7.0.2
66
export CB_RELEASE_URL=https://packages.couchbase.com/releases
7-
export CB_PACKAGE=couchbase-server-community_7.0.0-ubuntu18.04_amd64.deb
7+
export CB_PACKAGE=couchbase-server-community_7.0.2-ubuntu18.04_amd64.deb
88

99
# Community Edition requires that all nodes provision all services or data service only
1010
export SERVICES="kv,n1ql,index,fts"
@@ -40,7 +40,7 @@ sudo apt-get update
4040
sudo apt-get install -yq libcouchbase3 libcouchbase-dev build-essential libssl1.0.0 runit wget python-httplib2 chrpath tzdata lsof lshw sysstat net-tools numactl
4141

4242
echo "# Downloading couchbase"
43-
wget -q -N $CB_RELEASE_URL/$CB_VERSION/$CB_PACKAGE
43+
wget -q -N $CB_RELEASE_URL/$CB_VERSION/$CB_PACKAGE || echo "Failed to download Couchbase $CB_RELEASE_URL"
4444
sudo dpkg -i ./$CB_PACKAGE && rm -f ./$CB_PACKAGE
4545

4646
# Wait until it's ready

0 commit comments

Comments
 (0)