From 59d2f6106dac8a7efcbca2a0390c4b8d0fab36c4 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 17 Nov 2015 11:12:00 -0600 Subject: [PATCH] ceph-deploy: move all build scripts into the the same shell directive This is so build can have access to method in build_utils Signed-off-by: Andrew Schoen --- ceph-deploy/config/definitions/ceph-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-deploy/config/definitions/ceph-deploy.yml b/ceph-deploy/config/definitions/ceph-deploy.yml index 7d9e4a56..078d21c2 100644 --- a/ceph-deploy/config/definitions/ceph-deploy.yml +++ b/ceph-deploy/config/definitions/ceph-deploy.yml @@ -65,7 +65,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if !include-raw: - ../../../scripts/build_utils.sh - ../../build/setup - - shell: !include-raw ../../build/build + - ../../build/build wrappers: - inject-passwords: -- 2.39.5