Mercurial > evolve
comparison .gitlab-ci.yml @ 5359:f4d991ac2cd6 stable
ci: add /ci/repos/mercurial to $PYTHONPATH for docs
The job was using system hg before this.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 06 Jun 2020 21:19:33 +0800 |
parents | 43b448bb1a57 |
children | bbd1e2f4e7a1 868e7bc03b5f 2f572645b6d5 |
comparison
equal
deleted
inserted
replaced
5331:3c5bcb8ecf3a | 5359:f4d991ac2cd6 |
---|---|
50 script: | 50 script: |
51 - cd docs/ | 51 - cd docs/ |
52 - make | 52 - make |
53 variables: | 53 variables: |
54 LANG: en_us.UTF-8 | 54 LANG: en_us.UTF-8 |
55 PYTHONPATH: "/ci/repos/mercurial:$PYTHONPATH" | |
55 artifacts: | 56 artifacts: |
56 paths: | 57 paths: |
57 - html/* | 58 - html/* |