2828 command :
2929 - ' /bin/sh'
3030 - ' -c'
31- - ' sleep 10 && . /start-kafka.sh'
31+ - ' sleep 10 && /usr/bin /start-kafka.sh'
3232
3333 - image : wurstmeister/kafka:2.11-0.10.2.2
3434 name : kafka2
4343 command :
4444 - ' /bin/sh'
4545 - ' -c'
46- - ' sleep 10 && . /start-kafka.sh'
46+ - ' sleep 10 && /usr/bin /start-kafka.sh'
4747
4848 - image : wurstmeister/kafka:2.11-0.10.2.2
4949 name : kafka3
5858 command :
5959 - ' /bin/sh'
6060 - ' -c'
61- - ' sleep 10 && . /start-kafka.sh'
61+ - ' sleep 10 && /usr/bin /start-kafka.sh'
6262
6363 - image : wurstmeister/kafka:2.11-0.10.2.2
6464 name : kafka4
7373 command :
7474 - ' /bin/sh'
7575 - ' -c'
76- - ' sleep 10 && . /start-kafka.sh'
76+ - ' sleep 10 && /usr/bin /start-kafka.sh'
7777
7878 - image : wurstmeister/kafka:2.11-0.10.2.2
7979 name : kafka5
8888 command :
8989 - ' /bin/sh'
9090 - ' -c'
91- - ' sleep 10 && . /start-kafka.sh'
91+ - ' sleep 10 && /usr/bin /start-kafka.sh'
9292
9393 - image : wurstmeister/kafka:2.11-0.10.2.2
9494 name : kafka6
@@ -103,7 +103,7 @@ jobs:
103103 command :
104104 - ' /bin/sh'
105105 - ' -c'
106- - ' sleep 10 && . /start-kafka.sh'
106+ - ' sleep 10 && /usr/bin /start-kafka.sh'
107107
108108 steps :
109109 - checkout
@@ -154,7 +154,7 @@ jobs:
154154 command :
155155 - ' /bin/sh'
156156 - ' -c'
157- - ' sleep 10 && . /start-kafka.sh'
157+ - ' sleep 10 && /usr/bin /start-kafka.sh'
158158
159159 - image : wurstmeister/kafka:2.12-2.4.1
160160 name : kafka2
@@ -169,7 +169,7 @@ jobs:
169169 command :
170170 - ' /bin/sh'
171171 - ' -c'
172- - ' sleep 10 && . /start-kafka.sh'
172+ - ' sleep 10 && /usr/bin /start-kafka.sh'
173173
174174 - image : wurstmeister/kafka:2.12-2.4.1
175175 name : kafka3
@@ -184,7 +184,7 @@ jobs:
184184 command :
185185 - ' /bin/sh'
186186 - ' -c'
187- - ' sleep 10 && . /start-kafka.sh'
187+ - ' sleep 10 && /usr/bin /start-kafka.sh'
188188
189189 - image : wurstmeister/kafka:2.12-2.4.1
190190 name : kafka4
@@ -199,7 +199,7 @@ jobs:
199199 command :
200200 - ' /bin/sh'
201201 - ' -c'
202- - ' sleep 10 && . /start-kafka.sh'
202+ - ' sleep 10 && /usr/bin /start-kafka.sh'
203203
204204 - image : wurstmeister/kafka:2.12-2.4.1
205205 name : kafka5
@@ -214,7 +214,7 @@ jobs:
214214 command :
215215 - ' /bin/sh'
216216 - ' -c'
217- - ' sleep 10 && . /start-kafka.sh'
217+ - ' sleep 10 && /usr/bin /start-kafka.sh'
218218
219219 - image : wurstmeister/kafka:2.12-2.4.1
220220 name : kafka6
@@ -229,7 +229,7 @@ jobs:
229229 command :
230230 - ' /bin/sh'
231231 - ' -c'
232- - ' sleep 10 && . /start-kafka.sh'
232+ - ' sleep 10 && /usr/bin /start-kafka.sh'
233233
234234 steps :
235235 - checkout
0 commit comments