comparison .gitlab-ci.yml @ 6141:30ca8eb17b21 stable

ci: pull hg-committed from m-s.o, because mirror has an issue with @ bookmark
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 21 Feb 2022 18:18:10 +0300
parents 213711ca7653
children 74665d83fb3b
comparison
equal deleted inserted replaced
6140:213711ca7653 6141:30ca8eb17b21
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 pull -R /ci/repos/mercurial/ https://www.mercurial-scm.org/repo/hg-committed
4 - hg_branch=$(tests/testlib/map-hg-rev.sh "$(hg identify --branch)") 4 - hg_branch=$(tests/testlib/map-hg-rev.sh "$(hg identify --branch)")
5 - hg -R /ci/repos/mercurial/ update "$hg_branch" 5 - hg -R /ci/repos/mercurial/ update "$hg_branch"
6 - hg_rev=$(hg log -R /ci/repos/mercurial/ -r . -T '{node}') 6 - hg_rev=$(hg log -R /ci/repos/mercurial/ -r . -T '{node}')
7 - echo testing with mercurial branch="$hg_branch", revision="$hg_rev" 7 - echo testing with mercurial branch="$hg_branch", revision="$hg_rev"
8 8