Skip to content

Commit

Permalink
chore: enabled tp3 distribution for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Jun 12, 2024
1 parent c6084f5 commit 08c5929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/_bash_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 08c5929

Please sign in to comment.