Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Reduce depth of fetching to only 10 commits
· 4395a817
Salvatore Bonaccorso
authored
May 20, 2018
4395a817
Add comment for use of only fetch last 10 commits for syntax-check
· 90b1c70f
Salvatore Bonaccorso
authored
May 20, 2018
90b1c70f
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
90b1c70f
...
...
@@ -8,3 +8,7 @@ check-syntax:
-
git checkout master
-
git pull
-
make check-syntax
# https://docs.gitlab.com/ce/ci/yaml/#shallow-cloning
variables
:
GIT_DEPTH
:
"
10"