Skip to content
Snippets Groups Projects
Commit c65627b3 authored by Christoph Berg's avatar Christoph Berg :satellite:
Browse files

gitlab/gitlab-ci.yml: Fail on lintian errors.

parent 8bb91316
No related branches found
No related tags found
No related merge requests found
Pipeline #49854 passed
postgresql-common (202) UNRELEASED; urgency=medium
* gitlab/gitlab-ci.yml: Run blhc.
* gitlab/gitlab-ci.yml: Run blhc; fail on lintian errors.
-- Christoph Berg <myon@debian.org> Fri, 07 Jun 2019 14:46:05 +0200
......
......@@ -40,7 +40,7 @@ build:unstable: { <<: *build, image: 'debian:sid' }
- apt-get -q update
- apt-get -y --no-install-recommends install lintian
script:
- lintian --info --display-info deb/*.changes 2>&1 | tee lintian.log
- bash -c 'set -o pipefail; lintian --info --display-info deb/*.changes 2>&1 | tee lintian.log'
artifacts:
paths: ['lintian.log']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment