Skip to content

Commit 6c1414d

Browse files
committed
wip
1 parent 87b425e commit 6c1414d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/run-container-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fi
4545

4646
# Fetch origin/master so that we can diff when checking coding style.
4747
git remote set-branches --add origin ${TARGET_BRANCH}
48-
git fetch origin ${TARGET_BRANCH} -t
48+
git fetch origin ${TARGET_BRANCH} --no-recurse-submodules
4949

5050
TARGET_BRANCH=origin/${TARGET_BRANCH}
5151

0 commit comments

Comments
 (0)