Mercurial > evolve
changeset 6648:9ceca9a4fb52
ci: now pytype job is almost 100% green, so we don't need to ignore exit code
Also the job is manual at the moment, and because of that it's implicitly
allowed to fail.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 05 Jan 2024 13:38:37 -0300 |
parents | 15ba756c5d28 |
children | da3fd8644ad9 |
files | .gitlab-ci.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitlab-ci.yml Thu Jan 04 14:52:47 2024 -0300 +++ b/.gitlab-ci.yml Fri Jan 05 13:38:37 2024 -0300 @@ -16,7 +16,7 @@ - $PYTHON -m pip install --user --break-system-packages --upgrade pytype==2023.11.21 - (cd /tmp/mercurial-ci/ && ./contrib/setup-pytype.sh) - pytype --version - - pytype --keep-going --jobs auto -P /tmp/mercurial-ci/:hgext3rd hgext3rd || true + - pytype --keep-going --jobs auto -P /tmp/mercurial-ci/:hgext3rd hgext3rd when: manual variables: