From 08c5929bfb3d5032f259256e8e853185fe63e217 Mon Sep 17 00:00:00 2001 From: Tglman Date: Wed, 12 Jun 2024 14:22:19 +0200 Subject: [PATCH] chore: enabled tp3 distribution for tests --- ci/_bash_utils.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/_bash_utils.sh b/ci/_bash_utils.sh index 831a0c8..59e1ada 100755 --- a/ci/_bash_utils.sh +++ b/ci/_bash_utils.sh @@ -190,9 +190,9 @@ build_via_wget () { fi if [[ ${ODB_VERSION} == *-SNAPSHOT* ]]; then - ODB_URL="https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=com.orientechnologies&a=orientdb-community&v=${ODB_VERSION}&e=tar.gz" + ODB_URL="https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=com.orientechnologies&a=orientdb-tp3&v=${ODB_VERSION}&e=tar.gz" else - ODB_URL="https://oss.sonatype.org/service/local/artifact/maven/content?r=releases&g=com.orientechnologies&a=orientdb-community&v=${ODB_VERSION}&e=tar.gz" + ODB_URL="https://oss.sonatype.org/service/local/artifact/maven/content?r=releases&g=com.orientechnologies&a=orientdb-tp3&v=${ODB_VERSION}&e=tar.gz" fi; wget -c ${ODB_URL} -O ${OUTPUT_DIR}/${ODB_COMPRESSED}