diff .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
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: