]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-deploy: don't use a relative path when finding binaries
authorAndrew Schoen <aschoen@redhat.com>
Fri, 6 Nov 2015 16:45:52 +0000 (10:45 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 6 Nov 2015 16:45:52 +0000 (10:45 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-deploy/build/build

index 07ddc9caaca571c59d608e4dbf1ee53bdb7dd4b3..09d051468846286b3c5f70f6feeb629e9dfa51c6 100644 (file)
@@ -129,7 +129,7 @@ then
     [ "$FORCE" = true ] && chacra_flags="--force" || chacra_flags=""
 
     # push binaries to chacra
-    find ../ | egrep "*\.(changes|deb|dsc|gz)$" | egrep -v "(Packages|Sources|Contents)" | chacractl binary ${chacra_flags} create ${chacra_endpoint}
+    find $WORKSPACE/ceph-deploy/* | egrep "*\.(changes|deb|dsc|gz)$" | egrep -v "(Packages|Sources|Contents)" | chacractl binary ${chacra_flags} create ${chacra_endpoint}
 
     echo "Done"