From: Alfredo Deza Date: Fri, 20 Nov 2015 20:33:15 +0000 (-0500) Subject: include the utility script in the shell X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F238%2Fhead;p=ceph-build.git include the utility script in the shell Signed-off-by: Alfredo Deza --- diff --git a/ceph-deploy-pull-requests/config/definitions/ceph-deploy-pull-requests.yml b/ceph-deploy-pull-requests/config/definitions/ceph-deploy-pull-requests.yml index a5027e8a..bc675335 100644 --- a/ceph-deploy-pull-requests/config/definitions/ceph-deploy-pull-requests.yml +++ b/ceph-deploy-pull-requests/config/definitions/ceph-deploy-pull-requests.yml @@ -76,5 +76,8 @@ - ceph-build builders: - - shell: !include-raw ../../build/setup + - shell: + !include-raw: + - ../../../scripts/build_utils.sh + - ../../build/setup - shell: "cd $WORKSPACE/ceph-deploy && $WORKSPACE/venv/bin/tox -rv"