changeset 6776:76c2f08b57ee stable

ci: pull the hg clone explicitly from m-s.o only mirror.octobus.net is down.
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 26 May 2024 13:03:21 +0400
parents 564e3d3d9799
children 8275a04db4ae 4657010685af
files .gitlab-ci.yml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.gitlab-ci.yml	Sun Apr 14 00:26:33 2024 -0300
+++ b/.gitlab-ci.yml	Sun May 26 13:03:21 2024 +0400
@@ -1,6 +1,5 @@
 .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 pull -R /ci/repos/mercurial/ https://repo.mercurial-scm.org/hg
     - 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}')