File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ jobs:
44
44
-t hjwp/obeythetestinggoat-book-tester:latest \
45
45
git submodule foreach 'git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" && git fetch origin'
46
46
47
- - name : check submodule branches
48
- run : |
49
- docker run --rm \
50
- --mount type=volume,source=rootmount,target=/root \
51
- --mount type=bind,source=./,target=/app \
52
- -t hjwp/obeythetestinggoat-book-tester:latest \
53
- bash -c "cd /app/source/chapter_01/superlists && git status && git branch -a"
47
+ # - name: check submodule branches
48
+ # run: |
49
+ # docker run --rm \
50
+ # --mount type=volume,source=rootmount,target=/root \
51
+ # --mount type=bind,source=./,target=/app \
52
+ # -t hjwp/obeythetestinggoat-book-tester:latest \
53
+ # bash -c "cd /app/source/chapter_01/superlists && git status && git branch -a"
54
54
55
55
- name : test chapter 1
56
56
run : |
You can’t perform that action at this time.
0 commit comments