Mercurial > evolve
comparison .gitlab-ci.yml @ 5564:0e23393dda9c
ci: drop extraneous space
There was too many space.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sat, 19 Sep 2020 17:56:01 +0200 |
parents | 98e2613d797d |
children | ee18173c54a2 1aec5a3be808 |
comparison
equal
deleted
inserted
replaced
5563:9034eef6e737 | 5564:0e23393dda9c |
---|---|
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_branch=$(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_branch" | 4 - hg -R /ci/repos/mercurial/ update "$hg_branch" |
5 - hg_rev=$(hg log -R /ci/repos/mercurial/ -r . -T '{node}') | 5 - hg_rev=$(hg log -R /ci/repos/mercurial/ -r . -T '{node}') |
6 - echo testing with mercurial branch="$hg_branch", revision="$hg_rev" | 6 - echo testing with mercurial branch="$hg_branch", revision="$hg_rev" |
7 | 7 |
8 pytype: | 8 pytype: |
9 image: octobus/ci-py3-hgext3rd | 9 image: octobus/ci-py3-hgext3rd |
10 script: | 10 script: |