aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThéo Zimmermann2021-04-17 17:04:34 +0200
committerThéo Zimmermann2021-04-17 17:04:34 +0200
commit80a1f386030df5ac6e03a834bc2802c4235c04fb (patch)
tree471795683712e0fda23f5c661fbcd4441636fdab /.gitlab-ci.yml
parentf337187f0ac4c2062031225234fd23b436b979b5 (diff)
Pin docutils to 0.16.
Docutils 0.17 creates problem with our Sphinx rtd theme.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 19ee32dd84..52b03e455b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ variables:
# Format: $IMAGE-V$DATE-$hash
# The $hash is the first 10 characters of the md5 of the Dockerfile. e.g.
# echo $(md5sum dev/ci/docker/bionic_coq/Dockerfile | head -c 10)
- CACHEKEY: "bionic_coq-V2021-04-14-4d961e49fc"
+ CACHEKEY: "bionic_coq-V2021-04-14-802aebab96"
IMAGE: "$CI_REGISTRY_IMAGE:$CACHEKEY"
# By default, jobs run in the base switch; override to select another switch
OPAM_SWITCH: "base"