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:
5252 --mount type=volume,source=rootmount,target=/root \
5353 --mount type=bind,source=./,target=/app \
5454 -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 %"'
5656 docker run --rm \
5757 --mount type=volume,source=rootmount,target=/root \
5858 --mount type=bind,source=./,target=/app \
5959 -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"'
6161
6262 - name : check submodule branches
6363 run : |
You can’t perform that action at this time.
0 commit comments