aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo Zimmermann2018-11-30 18:10:25 +0100
committerThéo Zimmermann2018-11-30 18:11:28 +0100
commitc50d5909bed2428fda5a2e24b1764749a20eace3 (patch)
tree35581da3372a1af9d1fa2f3cc4182326ea48f1c8
parent479588a94c432bd05a76b67ab1a56dcbe5b083c2 (diff)
[gitlab-ci] Increase git depth.
To avoid massive failures in second stage of CI build when a new PR has been merged in master since then. Example: https://gitlab.com/coq/coq/pipelines/38528858.
-rw-r--r--.gitlab-ci.yml2
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