diff .gitlab-ci.yml @ 6721:b699cd0ec676 mercurial-5.5

test-compat: merge mercurial-5.6 into mercurial-5.5
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 01 Mar 2024 14:49:40 -0300
parents 17404e6e4809
children 3cd6d29c90c4 de34d08d9422
line wrap: on
line diff
--- a/.gitlab-ci.yml	Sun Feb 04 17:17:44 2024 -0300
+++ b/.gitlab-ci.yml	Fri Mar 01 14:49:40 2024 -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}')