ci: increase git cloning depth to 100 (#4481)

* ci: increase git cloning depth to 100

* check_runtime: verify shallow git clones to contain origin/master

* check_runtime: fetch master branch
This commit is contained in:
gabriel klawitter
2019-12-24 03:43:05 +09:00
committed by Bastian Köcher
parent f4a3056167
commit 9051945505
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ stages:
variables:
GIT_STRATEGY: fetch
GIT_DEPTH: "3"
GIT_DEPTH: 100
CARGO_HOME: "/ci-cache/${CI_PROJECT_NAME}/cargo/${CI_JOB_NAME}"
SCCACHE_DIR: "/ci-cache/${CI_PROJECT_NAME}/sccache"
CARGO_INCREMENTAL: 0