Mercurial > evolve
changeset 6177:5b3a757e4c32 mercurial-6.0
ci: no need to pull hg-committed on compatibility branches
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 22 Feb 2022 07:18:19 +0300 |
parents | 32faf1cd209f |
children | c0360b75ff60 fcb1ba8e77fc |
files | .gitlab-ci.yml |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitlab-ci.yml Tue Feb 22 07:14:09 2022 +0300 +++ b/.gitlab-ci.yml Tue Feb 22 07:18:19 2022 +0300 @@ -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_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}')