@@ -104,8 +104,6 @@ jobs:
104
104
with :
105
105
dockerfile : ./ci/linux-debian.Dockerfile
106
106
tag : linux-debian-image
107
- command : >
108
- ./ci/ci.sh
109
107
110
108
- run : cat tests.log || true
111
109
if : ${{ always() }}
@@ -154,8 +152,6 @@ jobs:
154
152
with :
155
153
dockerfile : ./ci/linux-debian.Dockerfile
156
154
tag : linux-debian-image
157
- command : >
158
- ./ci/ci.sh
159
155
160
156
- run : cat tests.log || true
161
157
if : ${{ always() }}
@@ -200,8 +196,6 @@ jobs:
200
196
with :
201
197
dockerfile : ./ci/linux-debian.Dockerfile
202
198
tag : linux-debian-image
203
- command : >
204
- ./ci/ci.sh
205
199
206
200
- run : cat tests.log || true
207
201
if : ${{ always() }}
@@ -254,8 +248,6 @@ jobs:
254
248
with :
255
249
dockerfile : ./ci/linux-debian.Dockerfile
256
250
tag : linux-debian-image
257
- command : >
258
- ./ci/ci.sh
259
251
260
252
- run : cat tests.log || true
261
253
if : ${{ always() }}
@@ -300,8 +292,6 @@ jobs:
300
292
with :
301
293
dockerfile : ./ci/linux-debian.Dockerfile
302
294
tag : linux-debian-image
303
- command : >
304
- ./ci/ci.sh
305
295
306
296
- run : cat tests.log || true
307
297
if : ${{ always() }}
@@ -346,8 +336,6 @@ jobs:
346
336
with :
347
337
dockerfile : ./ci/linux-debian.Dockerfile
348
338
tag : linux-debian-image
349
- command : >
350
- ./ci/ci.sh
351
339
352
340
- run : cat tests.log || true
353
341
if : ${{ always() }}
@@ -402,8 +390,6 @@ jobs:
402
390
with :
403
391
dockerfile : ./ci/linux-debian.Dockerfile
404
392
tag : linux-debian-image
405
- command : >
406
- ./ci/ci.sh
407
393
408
394
- run : cat tests.log || true
409
395
if : ${{ always() }}
@@ -459,8 +445,6 @@ jobs:
459
445
with :
460
446
dockerfile : ./ci/linux-debian.Dockerfile
461
447
tag : linux-debian-image
462
- command : >
463
- ./ci/ci.sh
464
448
465
449
- run : cat tests.log || true
466
450
if : ${{ always() }}
@@ -517,8 +501,6 @@ jobs:
517
501
with :
518
502
dockerfile : ./ci/linux-debian.Dockerfile
519
503
tag : linux-debian-image
520
- command : >
521
- ./ci/ci.sh
522
504
523
505
- run : cat tests.log || true
524
506
if : ${{ always() }}
@@ -573,8 +555,6 @@ jobs:
573
555
with :
574
556
dockerfile : ./ci/linux-debian.Dockerfile
575
557
tag : linux-debian-image
576
- command : >
577
- ./ci/ci.sh
578
558
579
559
- run : cat tests.log || true
580
560
if : ${{ always() }}
@@ -736,8 +716,6 @@ jobs:
736
716
with :
737
717
dockerfile : ./ci/linux-debian.Dockerfile
738
718
tag : linux-debian-image
739
- command : >
740
- ./ci/ci.sh
741
719
742
720
- run : cat tests.log || true
743
721
if : ${{ always() }}
0 commit comments