From 1a7d1cb17ee47ab0e5e925dafbf3cf4c931a9450 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 6 Nov 2015 10:46:44 -0600 Subject: [PATCH] ceph-deploy: no need to archive when we're pushing to chacra Signed-off-by: Andrew Schoen --- ceph-deploy/config/definitions/ceph-deploy.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ceph-deploy/config/definitions/ceph-deploy.yml b/ceph-deploy/config/definitions/ceph-deploy.yml index 9acba66bc..0008692df 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 -- 2.47.3