Skip to content

Commit

Permalink
avoid deprecated health endpoint (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrashed authored Oct 27, 2023
1 parent 7d45470 commit 78ed09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/user-guide/ci/harness-ci/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ stages:
connectorRef: docker_hub
image: curlimages/curl:7.83.1
shell: Sh
command: until curl --fail --silent --max-time 1 http://localstack:4566/health; do sleep 2; done
command: until curl --fail --silent --max-time 1 http://localstack:4566/_localstack/health; do sleep 2; done
```
To run the pipeline, click **Save** and then **Run Pipeline**. You will be able to see LocalStack Service Dependency logs that verify that the LocalStack Container is healthy and running.
Expand Down

0 comments on commit 78ed09b

Please sign in to comment.