Skip to content

Commit

Permalink
Try set and get content
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <[email protected]>
  • Loading branch information
stephen-crawford committed Sep 22, 2023
1 parent 1116ea0 commit d557de8
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 @@ -49,11 +49,11 @@ jobs:
if: ${{ runner.os == 'Windows' }}
run: |
New-Item .\setup.bat -type file
New-Item .\opensearch-${{ env.OPENSEARCH_VERSION }}-SNAPSHOT.txt\config\${{ env.PLUGIN_NAME }}\initialAdminPassword.txt -type file
New-Item .\opensearch-${{ env.OPENSEARCH_VERSION }}-SNAPSHOT\config\${{ env.PLUGIN_NAME }}\initialAdminPassword.txt -type file
Set-Content .\setup.bat -Value "powershell.exe .\opensearch-${{ env.OPENSEARCH_VERSION }}-SNAPSHOT\plugins\${{ env.PLUGIN_NAME }}\tools\install_demo_configuration.bat -i -c -y"
Set-Content .\opensearch-${{ env.OPENSEARCH_VERSION }}-SNAPSHOT.txt\config\${{ env.PLUGIN_NAME }}\initialAdminPassword.txt -Value "installPassword"
Set-Content .\opensearch-${{ env.OPENSEARCH_VERSION }}-SNAPSHOT\config\${{ env.PLUGIN_NAME }}\initialAdminPassword.txt -Value "installPassword"
Get-Content .\setup.bat
Get-Content .\opensearch-${{ env.OPENSEARCH_VERSION }}-SNAPSHOT.txt\config\${{ env.PLUGIN_NAME }}\initialAdminPassword.txt
Get-Content .\opensearch-${{ env.OPENSEARCH_VERSION }}-SNAPSHOT\config\${{ env.PLUGIN_NAME }}\initialAdminPassword.txt
- name: Run Opensearch with A Single Plugin
uses: ./.github/actions/start-opensearch-with-one-plugin
Expand Down

0 comments on commit d557de8

Please sign in to comment.