28
28
command :
29
29
- ' /bin/sh'
30
30
- ' -c'
31
- - ' sleep 10 && . /start-kafka.sh'
31
+ - ' sleep 10 && /usr/bin /start-kafka.sh'
32
32
33
33
- image : wurstmeister/kafka:2.11-0.10.2.2
34
34
name : kafka2
43
43
command :
44
44
- ' /bin/sh'
45
45
- ' -c'
46
- - ' sleep 10 && . /start-kafka.sh'
46
+ - ' sleep 10 && /usr/bin /start-kafka.sh'
47
47
48
48
- image : wurstmeister/kafka:2.11-0.10.2.2
49
49
name : kafka3
58
58
command :
59
59
- ' /bin/sh'
60
60
- ' -c'
61
- - ' sleep 10 && . /start-kafka.sh'
61
+ - ' sleep 10 && /usr/bin /start-kafka.sh'
62
62
63
63
- image : wurstmeister/kafka:2.11-0.10.2.2
64
64
name : kafka4
73
73
command :
74
74
- ' /bin/sh'
75
75
- ' -c'
76
- - ' sleep 10 && . /start-kafka.sh'
76
+ - ' sleep 10 && /usr/bin /start-kafka.sh'
77
77
78
78
- image : wurstmeister/kafka:2.11-0.10.2.2
79
79
name : kafka5
88
88
command :
89
89
- ' /bin/sh'
90
90
- ' -c'
91
- - ' sleep 10 && . /start-kafka.sh'
91
+ - ' sleep 10 && /usr/bin /start-kafka.sh'
92
92
93
93
- image : wurstmeister/kafka:2.11-0.10.2.2
94
94
name : kafka6
@@ -103,7 +103,7 @@ jobs:
103
103
command :
104
104
- ' /bin/sh'
105
105
- ' -c'
106
- - ' sleep 10 && . /start-kafka.sh'
106
+ - ' sleep 10 && /usr/bin /start-kafka.sh'
107
107
108
108
steps :
109
109
- checkout
@@ -154,7 +154,7 @@ jobs:
154
154
command :
155
155
- ' /bin/sh'
156
156
- ' -c'
157
- - ' sleep 10 && . /start-kafka.sh'
157
+ - ' sleep 10 && /usr/bin /start-kafka.sh'
158
158
159
159
- image : wurstmeister/kafka:2.12-2.4.1
160
160
name : kafka2
@@ -169,7 +169,7 @@ jobs:
169
169
command :
170
170
- ' /bin/sh'
171
171
- ' -c'
172
- - ' sleep 10 && . /start-kafka.sh'
172
+ - ' sleep 10 && /usr/bin /start-kafka.sh'
173
173
174
174
- image : wurstmeister/kafka:2.12-2.4.1
175
175
name : kafka3
@@ -184,7 +184,7 @@ jobs:
184
184
command :
185
185
- ' /bin/sh'
186
186
- ' -c'
187
- - ' sleep 10 && . /start-kafka.sh'
187
+ - ' sleep 10 && /usr/bin /start-kafka.sh'
188
188
189
189
- image : wurstmeister/kafka:2.12-2.4.1
190
190
name : kafka4
@@ -199,7 +199,7 @@ jobs:
199
199
command :
200
200
- ' /bin/sh'
201
201
- ' -c'
202
- - ' sleep 10 && . /start-kafka.sh'
202
+ - ' sleep 10 && /usr/bin /start-kafka.sh'
203
203
204
204
- image : wurstmeister/kafka:2.12-2.4.1
205
205
name : kafka5
@@ -214,7 +214,7 @@ jobs:
214
214
command :
215
215
- ' /bin/sh'
216
216
- ' -c'
217
- - ' sleep 10 && . /start-kafka.sh'
217
+ - ' sleep 10 && /usr/bin /start-kafka.sh'
218
218
219
219
- image : wurstmeister/kafka:2.12-2.4.1
220
220
name : kafka6
@@ -229,7 +229,7 @@ jobs:
229
229
command :
230
230
- ' /bin/sh'
231
231
- ' -c'
232
- - ' sleep 10 && . /start-kafka.sh'
232
+ - ' sleep 10 && /usr/bin /start-kafka.sh'
233
233
234
234
steps :
235
235
- checkout
0 commit comments