We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3da5b4 commit 70e979cCopy full SHA for 70e979c
1 file changed
.github/workflows/e2e.yml
@@ -34,13 +34,14 @@ jobs:
34
- 6650:6650
35
- 8080:8080
36
options: >-
37
+ --entrypoint /bin/bash
38
--health-cmd "curl -f http://localhost:8080/admin/v2/clusters"
39
--health-interval 10s
40
--health-timeout 5s
41
--health-retries 30
42
--health-start-period 90s
43
-v ${{ github.workspace }}/scripts/pulsar-e2e-entrypoint.sh:/pulsar-entrypoint.sh
- entrypoint: ["/bin/bash", "/pulsar-entrypoint.sh"]
44
+ cmd: ["/pulsar-entrypoint.sh"]
45
46
steps:
47
- name: Check out code
0 commit comments