aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Gonthier2019-03-05 12:45:38 +0100
committerCyril Cohen2019-04-01 17:03:44 +0200
commitcd958350ffb6836a4e9e02716fc19b1a1d1177cd (patch)
treea67738b269e0c0dc72e7cd864f52f1a1e7e89697
parent850862dc6475bd48524a294651400df4b5b7ecf3 (diff)
Improve CI head tracking
As per @ejgallego ’s suggestion.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aa05051..e91aa17 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -110,6 +110,7 @@ make-coq-latest:
- coqc --version
- git clone -b "${CONTRIB_VERSION}" --depth 1 "${CONTRIB_URL}" /home/coq/ci
- cd /home/coq/ci
+ - git rev-parse --verify HEAD
except:
- tags
- merge_requests