# HG changeset patch # User Pierre-Yves David # Date 1600530961 -7200 # Node ID 0e23393dda9c55ab5b3be3e03c12d5609860a695 # Parent 9034eef6e737564bba54633d019445484b32f812 ci: drop extraneous space There was too many space. diff -r 9034eef6e737 -r 0e23393dda9c .gitlab-ci.yml --- 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: