Skip to content

Commit

Permalink
Remove extra chmod
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Apr 19, 2024
1 parent 05f710d commit adf18e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/start-opensearch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ runs:
if: ${{ inputs.security-enabled == 'false' }}
run: |
echo "Remove OpenSearch Security"
chmod + x ./opensearch-${{inputs.opensearch-version}}-SNAPSHOT${{ inputs.port }}/config/opensearch.yml
echo "plugins.security.disabled: true" >> ./opensearch-${{inputs.opensearch-version}}-SNAPSHOT${{ inputs.port }}/config/opensearch.yml
shell: bash

Expand Down

0 comments on commit adf18e4

Please sign in to comment.