diff options
author | Varac <varac@leap.se> | 2017-06-23 09:52:09 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-06-26 12:21:16 +0200 |
commit | 2f6fa00af5ae2b89ec4d86f4b783815e6055065f (patch) | |
tree | 7ebcf21afe238180e3ec4c21177898bf38356700 /.gitlab-ci.yml | |
parent | 3f61928e1efbd6493b961bc6d500c3be5d674ed9 (diff) |
[pkg] Disable stretch builds until lintian is fixed
see https://0xacab.org/varac/soledad/-/jobs/12934
Resolves: #8894
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6915ab7..1d935586 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,10 +110,10 @@ package:amd64_jessie: LINTIAN_OPTS: "-X filename-length" <<: *job_definition -package:amd64_stretch: - variables: - ARCH: "amd64" - DIST: "stretch" - REPONAMES: "platform" - LINTIAN_OPTS: "-X filename-length" - <<: *job_definition +#package:amd64_stretch: +# variables: +# ARCH: "amd64" +# DIST: "stretch" +# REPONAMES: "platform" +# LINTIAN_OPTS: "-X filename-length" +# <<: *job_definition |