From: Andrew Schoen Date: Fri, 6 Nov 2015 16:46:44 +0000 (-0600) Subject: ceph-deploy: no need to archive when we're pushing to chacra X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F205%2Fhead;p=ceph-build.git ceph-deploy: no need to archive when we're pushing to chacra Signed-off-by: Andrew Schoen --- diff --git a/ceph-deploy/config/definitions/ceph-deploy.yml b/ceph-deploy/config/definitions/ceph-deploy.yml index 9acba66b..0008692d 100644 --- a/ceph-deploy/config/definitions/ceph-deploy.yml +++ b/ceph-deploy/config/definitions/ceph-deploy.yml @@ -66,9 +66,3 @@ If this is checked, then the binaries will be built and pushed to chacra even if builders: - shell: !include-raw ../../build/setup - shell: !include-raw ../../build/build - - publishers: - - archive: - artifacts: '*-repo/**, dist/**' - allow-empty: true - latest-only: false