File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ jobs:
52
52
--mount type=volume,source=rootmount,target=/root \
53
53
--mount type=bind,source=./,target=/app \
54
54
-t hjwp/obeythetestinggoat-book-tester:latest \
55
- bash -c 'git submodule status | cut -d" " -f3 | xargs -I% bash -c "echo %"'
55
+ bash -c 'git submodule status | cut -d" " -f3 | xargs -P0 - I% bash -c "echo %"'
56
56
docker run --rm \
57
57
--mount type=volume,source=rootmount,target=/root \
58
58
--mount type=bind,source=./,target=/app \
59
59
-t hjwp/obeythetestinggoat-book-tester:latest \
60
- bash -c 'git submodule status | cut -d" " -f3 | xargs -I% bash -c "cd % && git fetch"'
60
+ bash -c 'git submodule status | cut -d" " -f3 | xargs -P0 - I% bash -c "cd % && git fetch"'
61
61
62
62
- name : check submodule branches
63
63
run : |
You can’t perform that action at this time.
0 commit comments