Skip to content

Commit

Permalink
successfully install
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Jan 4, 2024
1 parent 71584b4 commit 8d14f97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/install-dashboards/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ runs:
working-directory: ${{ steps.determine-plugin-directory.outputs.plugin-directory }}
shell: bash

- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Install plugin to OSD
run: |
build/opensearch-dashboards/bin/opensearch-dashboards-plugin install file:$(pwd)/plugins/${{ inputs.plugin_name }}/build/*.zip
- id: osd-version
run: |
Expand Down

0 comments on commit 8d14f97

Please sign in to comment.