We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5a40b commit d29e5a6Copy full SHA for d29e5a6
.ci/run-container-ci
@@ -45,7 +45,7 @@ fi
45
46
# Fetch origin/master so that we can diff when checking coding style.
47
git remote set-branches --add origin ${TARGET_BRANCH}
48
-git fetch origin
+git fetch origin ${TARGET_BRANCH} --no-recurse-submodules --tags
49
50
TARGET_BRANCH=origin/${TARGET_BRANCH}
51
0 commit comments