From: Andrew Schoen Date: Mon, 1 Aug 2016 15:12:24 +0000 (-0500) Subject: copy release.yml into examples/ for PR testing X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F420%2Fhead;p=ceph-build.git copy release.yml into examples/ for PR testing Signed-off-by: Andrew Schoen --- diff --git a/ceph-build-pull-requests/build/build b/ceph-build-pull-requests/build/build index cd823c1e..cf92798d 100644 --- a/ceph-build-pull-requests/build/build +++ b/ceph-build-pull-requests/build/build @@ -30,6 +30,8 @@ cp -r $WORKSPACE/ansible/vars $WORKSPACE/ansible/examples/ cp -r $WORKSPACE/ansible/roles $WORKSPACE/ansible/examples/ cp -r $WORKSPACE/ansible/files $WORKSPACE/ansible/examples/ cp -r $WORKSPACE/ansible/library $WORKSPACE/ansible/examples/ +cp $WORKSPACE/ansible/release.yml $WORKSPACE/ansible/examples/ + # Syntax-check each Ansible playbook for playbook in $WORKSPACE/ansible/examples/*.yml; do