diff options
author | Varac <varac@leap.se> | 2017-06-22 16:49:06 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-06-22 16:49:06 +0200 |
commit | 442a8e269c0d835cf7c9827a67cd31f7526be407 (patch) | |
tree | 67b1a81fde8fe6adec78f12a4ceeb386dcf09b8f | |
parent | ab354a009448f89b2a785e62b59a489d67947b57 (diff) |
LINTIAN_OPTS is now a string
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a27e43..185d3f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ package:amd64_jessie: ARCH: "amd64" DIST: "jessie" REPONAMES: "platform" - LINTIAN_DEFAULT_OPTS: "(-X filename-length)" + LINTIAN_OPTS: "-X filename-length" <<: *job_definition package:amd64_stretch: @@ -39,5 +39,5 @@ package:amd64_stretch: ARCH: "amd64" DIST: "stretch" REPONAMES: "platform" - LINTIAN_DEFAULT_OPTS: "(-X filename-length)" + LINTIAN_OPTS: "-X filename-length" <<: *job_definition |