diff options
| author | coqbot-app[bot] | 2021-04-18 14:14:16 +0000 |
|---|---|---|
| committer | GitHub | 2021-04-18 14:14:16 +0000 |
| commit | d230b696a8b476e1c86f00a3ca5631ab6db83e40 (patch) | |
| tree | d34f513367c6aafce2078cf11391e0b6aad5dcee /.gitlab-ci.yml | |
| parent | 469e594d276b55c3419b5c56d110adf675f571dc (diff) | |
| parent | 80a1f386030df5ac6e03a834bc2802c4235c04fb (diff) | |
Merge PR #14127: Pin docutils to 0.16.
Reviewed-by: ejgallego
Diffstat (limited to '.gitlab-ci.yml')
| -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 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" |
