Mercurial > evolve
diff .gitlab-ci.yml @ 5358:db1dfa818187
ci: print exact version of used Python
In parentheses because YAML.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 07 Jun 2020 18:17:08 +0800 |
parents | 474bcce6cef1 |
children | bbd1e2f4e7a1 |
line wrap: on
line diff
--- a/.gitlab-ci.yml Sun Jun 07 18:08:14 2020 +0800 +++ b/.gitlab-ci.yml Sun Jun 07 18:17:08 2020 +0800 @@ -25,6 +25,7 @@ - hg pull -R /ci/repos/mercurial/ - hg_rev=$(tests/testlib/map-hg-rev.sh "$(hg log -r . -T '{branch}')") - hg -R /ci/repos/mercurial/ update "$hg_rev" + - ("$PYTHON" --version) - (cd tests; set -x; HGMODULEPOLICY="$TEST_HGMODULEPOLICY" "$PYTHON" /ci/repos/mercurial/tests/run-tests.py --color=always $RUNTEST_ARGS) tests-py2-cext: