diff options
| author | Varac <varac@leap.se> | 2017-06-22 15:21:30 +0200 | 
|---|---|---|
| committer | Varac <varac@leap.se> | 2017-06-22 15:21:30 +0200 | 
| commit | b411c2a244f817d1d36ba285d109befbd9fdf540 (patch) | |
| tree | 61b5970e9b5b4eb10bae480569d52107d91d10c9 | |
| parent | 7d012d6714532c6e3a74ae23e7a1542b1452a937 (diff) | |
Ignore lintian warnings until they get fixed
| -rw-r--r-- | .gitlab-ci.yml | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09a28be..5a27e43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,7 @@ package:amd64_jessie:      ARCH: "amd64"      DIST: "jessie"      REPONAMES: "platform" +    LINTIAN_DEFAULT_OPTS: "(-X filename-length)"    <<: *job_definition  package:amd64_stretch: @@ -38,4 +39,5 @@ package:amd64_stretch:      ARCH: "amd64"      DIST: "stretch"      REPONAMES: "platform" +    LINTIAN_DEFAULT_OPTS: "(-X filename-length)"    <<: *job_definition | 
