diff .gitlab-ci.yml @ 6146:74665d83fb3b

branching: merge stable into default
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 21 Feb 2022 18:26:25 +0300
parents 30ca8eb17b21
children 90067fe2df5d 5b3a757e4c32
line wrap: on
line diff
--- a/.gitlab-ci.yml	Tue Feb 22 19:42:55 2022 +0300
+++ b/.gitlab-ci.yml	Mon Feb 21 18:26:25 2022 +0300
@@ -1,5 +1,6 @@
 .prepare_hg: &prepare_hg
     - hg pull -R /ci/repos/mercurial/
+    - hg pull -R /ci/repos/mercurial/ https://www.mercurial-scm.org/repo/hg-committed
     - hg_branch=${HG_BRANCH:-$(tests/testlib/map-hg-rev.sh "$(hg identify --branch)")}
     - hg -R /ci/repos/mercurial/ update "$hg_branch"
     - hg_rev=$(hg log -R /ci/repos/mercurial/ -r . -T '{node}')
@@ -72,8 +73,7 @@
 doc:
     image: registry.heptapod.net/mercurial/ci-images/py3-evolve-doc
     script:
-        - cd docs/
-        - make
+        - make doc
     variables:
         LANG: en_US.UTF-8
         PYTHON: python3