diff options
author | varac <varacanero@zeromail.org> | 2017-02-17 10:14:14 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-02-17 10:14:14 +0100 |
commit | ee21e9ed87a150b256e82525210840417894eef6 (patch) | |
tree | 17797dfd3eb25aff45aa02a5b0cdef65a03d7bf3 /.gitlab-ci.yml | |
parent | 643f57f44744983bae6caf9f4db1af4d9c692a02 (diff) |
Fail on lintian errors
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00bb23f..e019479 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,4 +43,4 @@ lintian: DIST: "jessie" image: "0xacab.org:4567/leap/gitlab-buildpackage:build_${DIST}_${ARCH}" stage: test_package - script: bash -x build-test-lintian + script: bash -x -e build-test-lintian |