Mercurial > evolve
diff .gitlab-ci.yml @ 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 | d0e2b0101bfc |
children | 8275a04db4ae f46913e52954 184614020008 |
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}')