From 2fa72fe4230f4d13f7bc9aa3e31c8e6494f8c7ad Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 3 May 2016 09:11:07 -0400 Subject: [PATCH] ceph-build-pull-requests: include build_utils in shell builder Signed-off-by: Alfredo Deza --- .../config/definitions/ceph-build-pull-requests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ceph-build-pull-requests/config/definitions/ceph-build-pull-requests.yml b/ceph-build-pull-requests/config/definitions/ceph-build-pull-requests.yml index bb046b47..adfba0bc 100644 --- a/ceph-build-pull-requests/config/definitions/ceph-build-pull-requests.yml +++ b/ceph-build-pull-requests/config/definitions/ceph-build-pull-requests.yml @@ -50,7 +50,9 @@ builders: - shell: - !include-raw ../../build/build + !include-raw: + - ../../../scripts/build_utils.sh + - ../../build/build publishers: - github-notifier -- 2.39.5