changeset 6609:c92d2c61dec8

ci: use our new CI image from v2.0 branch to build evolve docs
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 11 Nov 2023 16:21:23 -0300
parents c77bbd1adeee
children e0596b012b69
files .gitlab-ci.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.gitlab-ci.yml	Sat Nov 11 16:35:13 2023 -0300
+++ b/.gitlab-ci.yml	Sat Nov 11 16:21:23 2023 -0300
@@ -58,7 +58,7 @@
     allow_failure: true
 
 doc:
-    image: registry.heptapod.net/mercurial/ci-images/py3-evolve-doc
+    image: registry.heptapod.net/mercurial/ci-images/py3-evolve-doc:v2.0
     script:
         - make doc
     variables: