comparison .gitlab-ci.yml @ 5678:4737d3db1671 stable

heptapod-ci: new address for the evolve-doc base image The location is perhaps more debatable, but it is now also available there.
author Georges Racinet <georges.racinet@octobus.net>
date Fri, 20 Nov 2020 21:38:48 +0100
parents 9a16cf248b05
children 6ce036cb7fd4 c0ed8e574638
comparison
equal deleted inserted replaced
5677:9a16cf248b05 5678:4737d3db1671
68 PYTHON: python3 68 PYTHON: python3
69 RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt" 69 RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt"
70 TEST_HGMODULEPOLICY: "py" 70 TEST_HGMODULEPOLICY: "py"
71 71
72 doc: 72 doc:
73 image: octobus/ci-py3-evolve-doc 73 image: registry.heptapod.net/mercurial/ci-images/py3-evolve-doc
74 script: 74 script:
75 - cd docs/ 75 - cd docs/
76 - make 76 - make
77 variables: 77 variables:
78 LANG: en_US.UTF-8 78 LANG: en_US.UTF-8