Skip to content

Commit

Permalink
fixing indent
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip authored Oct 28, 2024
1 parent df17618 commit 7a7c378
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_assembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
cluster.name: my_opensearch_local
http.port: 9200
plugins.security.ssl.http.enabled: false
options: >-
--health-cmd "curl -f http://localhost:9200/_cluster/health || exit 1"
--health-interval 10s
--health-timeout 5s
--health-retries 5
options: >-
--health-cmd "curl -f http://localhost:9200/_cluster/health || exit 1"
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 7a7c378

Please sign in to comment.