Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
quorcs committed Jul 9, 2024
1 parent bf6caca commit 7dff17d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ githubRelease.doFirst {

// configuration
github {
owner = 'gsingers'
owner = 'quorcs'
repo = 'opensearch-learning-to-rank-base'
token = System.getProperty('GITHUB_TOKEN')
tagName = currentVersion
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG opensearch_version=2.15.0
FROM opensearchproject/opensearch:${opensearch_version}
ARG opensearch_version=2.15.0
ARG ltrversion=2.15.0
RUN /usr/share/opensearch/bin/opensearch-plugin install -b https://github.com/gsingers/opensearch-learning-to-rank-base/releases/download/release-v${ltrversion}/ltr-plugin-v${ltrversion}.zip
RUN /usr/share/opensearch/bin/opensearch-plugin install -b https://github.com/quorcs/opensearch-learning-to-rank-base/releases/download/release-v${ltrversion}/ltr-plugin-v${ltrversion}.zip


#https://github.com/gsingers/opensearch-learning-to-rank-base/releases/download/release-v2.0.0rc1/ltr-plugin-v2.0.0rc1.zip

0 comments on commit 7dff17d

Please sign in to comment.