Skip to content

Commit

Permalink
Debug password isn't defined well
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Sep 26, 2023
1 parent af5fd76 commit 03e5f10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/plugin_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
OPENSEARCH_VERSION: 3.0.0
PLUGIN_NAME: opensearch-security
CLUSTER_ADMIN_PASSWORD: $((RANDOM))
CLUSTER_ADMIN_PASSWORD_2: $(RANDOM)

jobs:
plugin-install:
Expand All @@ -17,6 +18,11 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- run: |
echo First time ${{ env.CLUSTER_ADMIN_PASSWORD }}
echo Second time ${{ env.CLUSTER_ADMIN_PASSWORD }}
echo Less random? ${{ env.CLUSTER_ADMIN_PASSWORD_2 }}
echo More random? ${{ env.CLUSTER_ADMIN_PASSWORD_2 }}
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 03e5f10

Please sign in to comment.