@@ -104,9 +104,6 @@ jobs:
104
104
with :
105
105
dockerfile : ./ci/linux-debian.Dockerfile
106
106
tag : linux-debian-image
107
- command : >
108
- git config --global --add safe.directory ${{ github.workspace }} &&
109
- ./ci/ci.sh
110
107
111
108
- run : cat tests.log || true
112
109
if : ${{ always() }}
@@ -155,9 +152,6 @@ jobs:
155
152
with :
156
153
dockerfile : ./ci/linux-debian.Dockerfile
157
154
tag : linux-debian-image
158
- command : >
159
- git config --global --add safe.directory ${{ github.workspace }} &&
160
- ./ci/ci.sh
161
155
162
156
- run : cat tests.log || true
163
157
if : ${{ always() }}
@@ -202,9 +196,6 @@ jobs:
202
196
with :
203
197
dockerfile : ./ci/linux-debian.Dockerfile
204
198
tag : linux-debian-image
205
- command : >
206
- git config --global --add safe.directory ${{ github.workspace }} &&
207
- ./ci/ci.sh
208
199
209
200
- run : cat tests.log || true
210
201
if : ${{ always() }}
@@ -257,9 +248,6 @@ jobs:
257
248
with :
258
249
dockerfile : ./ci/linux-debian.Dockerfile
259
250
tag : linux-debian-image
260
- command : >
261
- git config --global --add safe.directory ${{ github.workspace }} &&
262
- ./ci/ci.sh
263
251
264
252
- run : cat tests.log || true
265
253
if : ${{ always() }}
@@ -304,9 +292,6 @@ jobs:
304
292
with :
305
293
dockerfile : ./ci/linux-debian.Dockerfile
306
294
tag : linux-debian-image
307
- command : >
308
- git config --global --add safe.directory ${{ github.workspace }} &&
309
- ./ci/ci.sh
310
295
311
296
- run : cat tests.log || true
312
297
if : ${{ always() }}
@@ -351,9 +336,6 @@ jobs:
351
336
with :
352
337
dockerfile : ./ci/linux-debian.Dockerfile
353
338
tag : linux-debian-image
354
- command : >
355
- git config --global --add safe.directory ${{ github.workspace }} &&
356
- ./ci/ci.sh
357
339
358
340
- run : cat tests.log || true
359
341
if : ${{ always() }}
@@ -408,9 +390,6 @@ jobs:
408
390
with :
409
391
dockerfile : ./ci/linux-debian.Dockerfile
410
392
tag : linux-debian-image
411
- command : >
412
- git config --global --add safe.directory ${{ github.workspace }} &&
413
- ./ci/ci.sh
414
393
415
394
- run : cat tests.log || true
416
395
if : ${{ always() }}
@@ -466,9 +445,6 @@ jobs:
466
445
with :
467
446
dockerfile : ./ci/linux-debian.Dockerfile
468
447
tag : linux-debian-image
469
- command : >
470
- git config --global --add safe.directory ${{ github.workspace }} &&
471
- ./ci/ci.sh
472
448
473
449
- run : cat tests.log || true
474
450
if : ${{ always() }}
@@ -525,9 +501,6 @@ jobs:
525
501
with :
526
502
dockerfile : ./ci/linux-debian.Dockerfile
527
503
tag : linux-debian-image
528
- command : >
529
- git config --global --add safe.directory ${{ github.workspace }} &&
530
- ./ci/ci.sh
531
504
532
505
- run : cat tests.log || true
533
506
if : ${{ always() }}
@@ -582,9 +555,6 @@ jobs:
582
555
with :
583
556
dockerfile : ./ci/linux-debian.Dockerfile
584
557
tag : linux-debian-image
585
- command : >
586
- git config --global --add safe.directory ${{ github.workspace }} &&
587
- ./ci/ci.sh
588
558
589
559
- run : cat tests.log || true
590
560
if : ${{ always() }}
@@ -746,9 +716,6 @@ jobs:
746
716
with :
747
717
dockerfile : ./ci/linux-debian.Dockerfile
748
718
tag : linux-debian-image
749
- command : >
750
- git config --global --add safe.directory ${{ github.workspace }} &&
751
- ./ci/ci.sh
752
719
753
720
- run : cat tests.log || true
754
721
if : ${{ always() }}
0 commit comments