comparison .gitlab-ci.yml @ 5541:98e2613d797d

branching: merge with stable
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 17 Sep 2020 20:26:55 +0200
parents 02804d8bac31 2f572645b6d5
children 0e23393dda9c
comparison
equal deleted inserted replaced
5537:a609f73fc189 5541:98e2613d797d
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_rev=$(tests/testlib/map-hg-rev.sh "$(hg identify --branch)") 3 - hg_branch=$(tests/testlib/map-hg-rev.sh "$(hg identify --branch)")
4 - hg -R /ci/repos/mercurial/ update "$hg_rev" 4 - hg -R /ci/repos/mercurial/ update "$hg_branch"
5 - hg_rev=$(hg log -R /ci/repos/mercurial/ -r . -T '{node}')
6 - echo testing with mercurial branch="$hg_branch", revision="$hg_rev"
5 7
6 pytype: 8 pytype:
7 image: octobus/ci-py3-hgext3rd 9 image: octobus/ci-py3-hgext3rd
8 script: 10 script:
9 - *prepare_hg 11 - *prepare_hg