Skip to content

Commit

Permalink
Remove ASADM_AUTH_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonklaus committed Nov 11, 2024
1 parent 7377489 commit ba57fc0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/actions/run-ee-server/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,6 @@ runs:
is-security-enabled: true
is-strong-consistency-enabled: true

- run: echo ASADM_AUTH_FLAGS="--user=${{ env.SUPERUSER_NAME_AND_PASSWORD }} --password=${{ env.SUPERUSER_NAME_AND_PASSWORD }}" >> $GITHUB_ENV
shell: bash

# All the partitions are assumed to be dead when reusing a roster file
- run: docker exec ${{ env.SERVER_CONTAINER_NAME }} asadm $ASADM_AUTH_FLAGS --enable --execute "manage revive ns test"
shell: bash

# Apply changes
- run: docker exec ${{ env.SERVER_CONTAINER_NAME }} asadm $ASADM_AUTH_FLAGS --enable --execute "manage recluster"
shell: bash

# For debugging
- run: docker logs aerospike
shell: bash

0 comments on commit ba57fc0

Please sign in to comment.