Skip to content

Commit

Permalink
[Backport 2.x] Add install_demo_configuration Batch script for Windows (
Browse files Browse the repository at this point in the history
opensearch-project#2203)

* Add install_demo_configuration Batch script for Windows (opensearch-project#2161)

Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Stephen Crawford <[email protected]>

Co-authored-by: Stephen Crawford <[email protected]>
Co-authored-by: Stephen Crawford <[email protected]>
(cherry picked from commit 45c766f)

* Change to 2.4.0 for the min url

Signed-off-by: Peter Zhu <[email protected]>

Signed-off-by: Peter Zhu <[email protected]>
Co-authored-by: Craig Perkins <[email protected]>
Co-authored-by: Peter Zhu <[email protected]>
  • Loading branch information
3 people authored and stephen-crawford committed Nov 10, 2022
1 parent 8901789 commit f618297
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/plugin_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
- name: Download OpenSearch Core
run: |
cd ..
Invoke-WebRequest https://artifacts.opensearch.org/snapshots/core/opensearch/3.0.0-SNAPSHOT/opensearch-min-3.0.0-SNAPSHOT-windows-x64-latest.zip -Outfile opensearch-3.0.0.zip
tar -xzf opensearch-3.0.0.zip
del opensearch-3.0.0.zip
Invoke-WebRequest https://artifacts.opensearch.org/snapshots/core/opensearch/2.4.0-SNAPSHOT/opensearch-min-2.4.0-SNAPSHOT-windows-x64-latest.zip -Outfile opensearch-2.4.0.zip
tar -xzf opensearch-2.4.0.zip
del opensearch-2.4.0.zip
Rename-Item opensearch-* Opensearch
- name: Build Security Plugin with Gradle
Expand Down

0 comments on commit f618297

Please sign in to comment.