Mercurial > evolve
comparison .gitlab-ci.yml @ 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 | c0ed8e574638 |
children | 213711ca7653 |
comparison
equal
deleted
inserted
replaced
6135:ce7da767c7f6 | 6139:97c248f9bb58 |
---|---|
1 .prepare_hg: &prepare_hg | 1 .prepare_hg: &prepare_hg |
2 - hg pull -R /ci/repos/mercurial/ | 2 - hg pull -R /ci/repos/mercurial/ |
3 - hg pull -R /ci/repos/mercurial/ https://mirror.octobus.net/hg-committed | |
3 - hg_branch=$(tests/testlib/map-hg-rev.sh "$(hg identify --branch)") | 4 - hg_branch=$(tests/testlib/map-hg-rev.sh "$(hg identify --branch)") |
4 - hg -R /ci/repos/mercurial/ update "$hg_branch" | 5 - hg -R /ci/repos/mercurial/ update "$hg_branch" |
5 - hg_rev=$(hg log -R /ci/repos/mercurial/ -r . -T '{node}') | 6 - hg_rev=$(hg log -R /ci/repos/mercurial/ -r . -T '{node}') |
6 - echo testing with mercurial branch="$hg_branch", revision="$hg_rev" | 7 - echo testing with mercurial branch="$hg_branch", revision="$hg_rev" |
7 | 8 |