Skip to content

Commit bbf6885

Browse files
committed
Update to use Ubuntu 20.04 now that 18 is no longer built
Change-Id: I0d2156bd4b8a2f33bd7631713af7071f60fe87ab Reviewed-on: https://review.couchbase.org/c/build-tools/+/194333 Tested-by: Michael Blow <[email protected]> Reviewed-by: Michael Blow <[email protected]>
1 parent 87e1204 commit bbf6885

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release/analytics-jars/release-analytics-jars.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ RELEASE=$1
44
VERSION=$2
55
BLD_NUM=$3
66

7-
# Download named build (use Ubuntu 18 - will need to update in far future
8-
# when we no longer support Ubuntu 18)
9-
curl -L http://latestbuilds.service.couchbase.com/builds/latestbuilds/couchbase-server/${RELEASE}/${BLD_NUM}/couchbase-server-enterprise_${VERSION}-${BLD_NUM}-ubuntu18.04_amd64.deb -o couchbase-server.deb
7+
# Download named build (use Ubuntu 20 - will need to update in far future
8+
# when we no longer support Ubuntu 20)
9+
curl -L http://latestbuilds.service.couchbase.com/builds/latestbuilds/couchbase-server/${RELEASE}/${BLD_NUM}/couchbase-server-enterprise_${VERSION}-${BLD_NUM}-ubuntu20.04_amd64.deb -o couchbase-server.deb
1010

1111
# Extract jar contents
1212
ar x couchbase-server.deb

0 commit comments

Comments
 (0)