Loading templates/gitlab-ci-python.yml +1 −1 Original line number Diff line number Diff line Loading @@ -1603,7 +1603,7 @@ py-ty: - mkdir -p -m 777 reports - install_requirements - _pip install ty - ty check ${TRACE+--verbose} --output-format gitlab ${TY_ARGS} > reports/py-ty.gitlab.json || ty check --output-format full ${TY_ARGS} - _run ty check ${TRACE+--verbose} --output-format gitlab ${TY_ARGS} > reports/py-ty.gitlab.json || _run ty check --output-format full ${TY_ARGS} artifacts: name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG" expire_in: 1 day Loading Loading
templates/gitlab-ci-python.yml +1 −1 Original line number Diff line number Diff line Loading @@ -1603,7 +1603,7 @@ py-ty: - mkdir -p -m 777 reports - install_requirements - _pip install ty - ty check ${TRACE+--verbose} --output-format gitlab ${TY_ARGS} > reports/py-ty.gitlab.json || ty check --output-format full ${TY_ARGS} - _run ty check ${TRACE+--verbose} --output-format gitlab ${TY_ARGS} > reports/py-ty.gitlab.json || _run ty check --output-format full ${TY_ARGS} artifacts: name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG" expire_in: 1 day Loading