Mercurial > evolve
changeset 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 | 9034eef6e737 |
children | 3b7df91c2ba7 |
files | .gitlab-ci.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitlab-ci.yml Thu Aug 20 17:32:22 2020 +0530 +++ b/.gitlab-ci.yml Sat Sep 19 17:56:01 2020 +0200 @@ -2,7 +2,7 @@ - hg pull -R /ci/repos/mercurial/ - 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}') + - hg_rev=$(hg log -R /ci/repos/mercurial/ -r . -T '{node}') - echo testing with mercurial branch="$hg_branch", revision="$hg_rev" pytype: