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 ac1360f commit 3d24722Copy full SHA for 3d24722
.github/workflows/buildandtest.yml
@@ -39,7 +39,10 @@ jobs:
39
image: quay.io/coreos/etcd:v3.5.18
40
ports:
41
- 2379:2379
42
- command: etcd --advertise-client-urls http://0.0.0.0:2379 --listen-client-urls http://0.0.0.0:2379
+ command: >
43
+ etcd
44
+ --advertise-client-urls http://0.0.0.0:2379
45
+ --listen-client-urls http://0.0.0.0:2379
46
env:
47
ETCDCTL_API: 3
48
ALLOW_NONE_AUTHENTICATION: "yes"
0 commit comments