diff options
author | varac <varacanero@zeromail.org> | 2017-02-07 10:45:45 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-02-07 10:45:45 +0100 |
commit | d0e0c78663b923e7f9eeeb72df9f5c53c45d77ba (patch) | |
tree | f1d792e074b46014d117380ffed7027394068801 /.gitlab-ci.yml | |
parent | cadde470ef0bcbe095fb7e45be86f6cc1a8d92ca (diff) |
Use gitbuildpackage repo for testing
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ece7d5a..d62e497 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,6 @@ stages: artifacts: expire_in: 1w paths: - - '*_*.gz' - '*_*.xz' - '*_*.dsc' - '*_amd64.changes' @@ -32,6 +31,7 @@ package:amd64:jessie: REPOREMOTE_OPTS: "-p 4422 -o StrictHostKeyChecking=no -i /etc/dockerbuild.id_rsa" ARCH: "amd64" DIST: "jessie" + REPOS: "gitbuildpackage" <<: *job_definition lintian: @@ -41,6 +41,3 @@ lintian: image: "0xacab.org:4567/leap/gitlab-buildpackage:build_${DIST}_${ARCH}" stage: test_package script: build-test-lintian - tags: - - shell - - packaging |