From bbb9579a614d5197f9006744bdd070c522fa921b Mon Sep 17 00:00:00 2001 From: Stephen Crawford Date: Wed, 20 Sep 2023 13:56:58 -0400 Subject: [PATCH] View dir Signed-off-by: Stephen Crawford --- .github/workflows/plugin_install.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/plugin_install.yml b/.github/workflows/plugin_install.yml index 473eb6c56b..d89bd853e2 100644 --- a/.github/workflows/plugin_install.yml +++ b/.github/workflows/plugin_install.yml @@ -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' }}