Skip to content

Commit d29e5a6

Browse files
committed
CI: only fetch was is required via git
1 parent ad5a40b commit d29e5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/run-container-ci

+1-1
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
48+
git fetch origin ${TARGET_BRANCH} --no-recurse-submodules --tags
4949

5050
TARGET_BRANCH=origin/${TARGET_BRANCH}
5151

0 commit comments

Comments
 (0)