]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
copy release.yml into examples/ for PR testing 420/head
authorAndrew Schoen <aschoen@redhat.com>
Mon, 1 Aug 2016 15:12:24 +0000 (10:12 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 1 Aug 2016 15:12:24 +0000 (10:12 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-build-pull-requests/build/build

index cd823c1e46e997177b013fffdea918f7c8fc8a31..cf92798dba7a457f5ef3636ba5e6069daadd6fdf 100644 (file)
@@ -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