Skip to content

Commit

Permalink
Revert "Made cd and mv path explicit to open search main repo."
Browse files Browse the repository at this point in the history
This reverts commit 1dd775c.
  • Loading branch information
MitchellGale committed Jul 15, 2022
1 parent 10ccc54 commit 4effd7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sql-workbench-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout OpenSearch Dashboards
uses: actions/checkout@v1
with:
repository: https://github.com/opensearch-project/Opensearch-Dashboards
repository: opensearch-project/Opensearch-Dashboards
ref: ${{ env.OPENSEARCH_VERSION }}
path: sql/OpenSearch-Dashboards

Expand All @@ -42,14 +42,14 @@ jobs:

- name: Move Workbench to Plugins Dir
run: |
mv workbench https://github.com/opensearch-project/OpenSearch-Dashboards/plugins
mv workbench OpenSearch-Dashboards/plugins
- name: OpenSearch Dashboards Plugin Bootstrap
uses: nick-invision/retry@v1
with:
timeout_minutes: 60
max_attempts: 3
command: cd https://github.com/opensearch-project/OpenSearch-Dashboards/plugins/workbench; yarn osd bootstrap
command: cd OpenSearch-Dashboards/plugins/workbench; yarn osd bootstrap

- name: Build
run: |
Expand Down

0 comments on commit 4effd7d

Please sign in to comment.