Mercurial > evolve
changeset 6855:184614020008 stable
ci: build docs on v2.1 CI images
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 13 Oct 2024 16:58:07 +0400 |
parents | 03fe10eb9f2d |
children | 436dddbb3af5 |
files | .gitlab-ci.yml |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitlab-ci.yml Sun Oct 13 18:07:22 2024 +0400 +++ b/.gitlab-ci.yml Sun Oct 13 16:58:07 2024 +0400 @@ -57,12 +57,13 @@ 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.1 script: - make doc variables: LANG: en_US.UTF-8 PYTHONPATH: "/ci/repos/mercurial:$PYTHONPATH" + CI_CLEVER_CLOUD_FLAVOR: S artifacts: paths: - html/*