File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ cd /stackable/src/opensearch-dashboards/patchable-work/worktree/${PRODUCT_VERSIO
160160cp -r /stackable/plugins .
161161# Remove dependencies from previous bootstrapping
162162yarn osd clean
163- # Bootstrap for the platform plugins.
163+ # Bootstrap for the platform plugins.
164164# --single-version=loose allows diverging versions for dependencies between different plugins
165165yarn osd bootstrap --single-version=loose
166166EOF
@@ -170,7 +170,7 @@ cd /stackable/src/opensearch-dashboards/patchable-work/worktree/${PRODUCT_VERSIO
170170cd plugins
171171for plugin in $(ls); do
172172 cd "$plugin"
173- yarn build
173+ yarn build
174174 find ~+/build -name *.zip -exec \
175175 /stackable/opensearch-dashboards/bin/opensearch-dashboards-plugin install "file://{}" \;
176176 cd -
You can’t perform that action at this time.
0 commit comments