Mercurial > evolve
diff .gitlab-ci.yml @ 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 | 76c2f08b57ee |
children | 436dddbb3af5 |
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/*