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