Skip to content

Commit

Permalink
Add control previously to list the content of the plugins directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasas993 committed Nov 14, 2024
1 parent e234db3 commit d31dc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/assemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ function install_plugins() {
echo "Directory .m2/repository/org/opensearch/ doesn't exist"
fi

ls la "~/.m2/repository/org/opensearch/"
for plugin in "${plugins[@]}"; do
echo "Plugin ${plugin}, version ${VERSION}"
local plugin_from_maven="org.opensearch.plugin:${plugin}:${VERSION}.0"
Expand All @@ -249,6 +248,7 @@ function install_plugins() {
OPENSEARCH_PATH_CONF=$PATH_CONF "${PATH_BIN}/opensearch-plugin" install --batch --verbose "file:${maven_repo_local}/org/opensearch/plugin/${plugin}/${VERSION}.0/${plugin}-${VERSION}.0.zip"
fi
done

if [ -d "$PLUGIN_DIRECTORY" ]; then
echo "Content of .m2/repository/org/opensearch/ post-install plugins of opensearch"
ls -la "$PLUGIN_DIRECTORY"
Expand Down

0 comments on commit d31dc75

Please sign in to comment.