diff options
author | Varac <varac@leap.se> | 2017-06-23 09:53:09 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-06-23 09:56:45 +0200 |
commit | cee0c2a13cbb8702f3296151d9a22078d72294c3 (patch) | |
tree | 54a84a4c8995e8174e5eb9879b2a1f59170cb212 /.gitlab-ci.yml | |
parent | 442a8e269c0d835cf7c9827a67cd31f7526be407 (diff) |
Disable stretch builds until lintian is fixed
see https://0xacab.org/varac/soledad/-/jobs/12934
Resolves: #1
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 185d3f3..fe4c7a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,10 +34,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 |