changeset 6753: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
+++ b/.gitlab-ci.yml
@@ -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: