Mercurial > evolve
comparison .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 |
comparison
equal
deleted
inserted
replaced
5357:e48fd82923f1 | 5358:db1dfa818187 |
---|---|
23 image: octobus/ci-$PY-hgext3rd | 23 image: octobus/ci-$PY-hgext3rd |
24 script: | 24 script: |
25 - hg pull -R /ci/repos/mercurial/ | 25 - hg pull -R /ci/repos/mercurial/ |
26 - hg_rev=$(tests/testlib/map-hg-rev.sh "$(hg log -r . -T '{branch}')") | 26 - hg_rev=$(tests/testlib/map-hg-rev.sh "$(hg log -r . -T '{branch}')") |
27 - hg -R /ci/repos/mercurial/ update "$hg_rev" | 27 - hg -R /ci/repos/mercurial/ update "$hg_rev" |
28 - ("$PYTHON" --version) | |
28 - (cd tests; set -x; HGMODULEPOLICY="$TEST_HGMODULEPOLICY" "$PYTHON" /ci/repos/mercurial/tests/run-tests.py --color=always $RUNTEST_ARGS) | 29 - (cd tests; set -x; HGMODULEPOLICY="$TEST_HGMODULEPOLICY" "$PYTHON" /ci/repos/mercurial/tests/run-tests.py --color=always $RUNTEST_ARGS) |
29 | 30 |
30 tests-py2-cext: | 31 tests-py2-cext: |
31 <<: *runtests | 32 <<: *runtests |
32 variables: | 33 variables: |