We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556e360 commit c92af70Copy full SHA for c92af70
.github/workflows/tests.yml
@@ -47,7 +47,12 @@ jobs:
47
--mount type=volume,source=rootmount,target=/root \
48
--mount type=bind,source=./,target=/app \
49
-t hjwp/obeythetestinggoat-book-tester:latest \
50
- bash -c 'git submodule status | awk "{print $2}" | xargs -I% bash -c "cd % && git fetch"'
+ bash -c 'git submodule status | cat -w -f2 | xargs -I% bash -c "echo %"'
51
+ docker run --rm \
52
+ --mount type=volume,source=rootmount,target=/root \
53
+ --mount type=bind,source=./,target=/app \
54
+ -t hjwp/obeythetestinggoat-book-tester:latest \
55
+ bash -c 'git submodule status | cat -w -f2 | xargs -I% bash -c "cd % && git fetch"'
56
57
- name: check submodule branches
58
run: |
0 commit comments