Skip to content

Commit 70e979c

Browse files
committed
ci(e2e): fix pulsar container startup configuration
1 parent a3da5b4 commit 70e979c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@ jobs:
3434
- 6650:6650
3535
- 8080:8080
3636
options: >-
37+
--entrypoint /bin/bash
3738
--health-cmd "curl -f http://localhost:8080/admin/v2/clusters"
3839
--health-interval 10s
3940
--health-timeout 5s
4041
--health-retries 30
4142
--health-start-period 90s
4243
-v ${{ github.workspace }}/scripts/pulsar-e2e-entrypoint.sh:/pulsar-entrypoint.sh
43-
entrypoint: ["/bin/bash", "/pulsar-entrypoint.sh"]
44+
cmd: ["/pulsar-entrypoint.sh"]
4445

4546
steps:
4647
- name: Check out code

0 commit comments

Comments
 (0)