Skip to content

Commit

Permalink
View dir
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 20, 2023
1 parent 96c06a6 commit bbb9579
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/plugin_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ jobs:
- name: Populate password file
run: |
ls
echo "installPassword" > ./opensearch-${{ env.OPENSEARCH_VERSION }}-SNAPSHOT/plugins/${{ env.PLUGIN_NAME }}/config/initialAdminPassword.txt
echo "installPassword" > ./config/initialAdminPassword.txt
cd config
ls
cd ..
- name: Create Setup Script
if: ${{ runner.os == 'Linux' }}
Expand Down

0 comments on commit bbb9579

Please sign in to comment.