Mercurial > evolve
changeset 6139:97c248f9bb58 stable
ci: let's try pulling hg-committed, just for 6.1rc0
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 21 Feb 2022 16:31:54 +0300 |
parents | ce7da767c7f6 |
children | 213711ca7653 |
files | .gitlab-ci.yml |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitlab-ci.yml Fri Feb 11 18:10:51 2022 +0300 +++ b/.gitlab-ci.yml Mon Feb 21 16:31:54 2022 +0300 @@ -1,5 +1,6 @@ .prepare_hg: &prepare_hg - hg pull -R /ci/repos/mercurial/ + - hg pull -R /ci/repos/mercurial/ https://mirror.octobus.net/hg-committed - 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}')