Skip to content

Commit

Permalink
Modified security artifacts to fetch from latest build version (#474)
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Kumar <[email protected]>
(cherry picked from commit a1d17d3)
  • Loading branch information
saikaranam-amazon authored and github-actions[bot] committed Aug 5, 2022
1 parent 3ffd3e0 commit 08a6ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ buildscript {
security_no_snapshot = opensearch_build.replace("-SNAPSHOT","")
security_plugin_path = "build/dependencies/security"
security_plugin_download_url = 'https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/' + opensearch_no_snapshot +
'/5858/linux/x64/tar/builds/opensearch/plugins/opensearch-security-' + security_no_snapshot + '.zip'
'/latest/linux/x64/tar/builds/opensearch/plugins/opensearch-security-' + security_no_snapshot + '.zip'

}

Expand Down

0 comments on commit 08a6ab2

Please sign in to comment.