Skip to content

Commit 304635e

Browse files
committed
cut not cat
1 parent c92af70 commit 304635e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
--mount type=volume,source=rootmount,target=/root \
4848
--mount type=bind,source=./,target=/app \
4949
-t hjwp/obeythetestinggoat-book-tester:latest \
50-
bash -c 'git submodule status | cat -w -f2 | xargs -I% bash -c "echo %"'
50+
bash -c 'git submodule status | cut -w -f2 | xargs -I% bash -c "echo %"'
5151
docker run --rm \
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 | cat -w -f2 | xargs -I% bash -c "cd % && git fetch"'
55+
bash -c 'git submodule status | cut -w -f2 | xargs -I% bash -c "cd % && git fetch"'
5656
5757
- name: check submodule branches
5858
run: |

0 commit comments

Comments
 (0)