diff options
| author | Gaëtan Gilbert | 2018-12-03 12:49:46 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-12-03 12:49:46 +0100 |
| commit | 0f0caf884d54fd81e0394dcedf0b77aaf8b19045 (patch) | |
| tree | 76a4044f82fc40e87cc1fe174c01f581dcf0b3c2 | |
| parent | 5a263cc540c1fbe15520972caeb7dd71d40329e5 (diff) | |
| parent | c50d5909bed2428fda5a2e24b1764749a20eace3 (diff) | |
Merge PR #9119: [gitlab-ci] Increase git depth.
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45597851ef..2444e3982e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ variables: OPAM_SWITCH: "base" # Used to select special compiler switches such as flambda, 32bits, etc... OPAM_VARIANT: "" - GIT_DEPTH: "1" + GIT_DEPTH: "10" docker-boot: stage: docker |
