]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
move files from the parent dir, not the cwd
authorAlfredo Deza <adeza@redhat.com>
Mon, 9 Feb 2015 14:58:27 +0000 (09:58 -0500)
committerAlfredo Deza <adeza@redhat.com>
Mon, 9 Feb 2015 14:58:27 +0000 (09:58 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
radosgw-agent/build/build

index 0f8e74664c9662d848dd2267dba3a9f0df270b09..cb13f68bcc680d61648683803ba5a727c3ed3b2c 100644 (file)
@@ -57,7 +57,8 @@ case $HOST in
         if [ $RC -eq 0 ] ; then
             cd $WORKSPACE
             mkdir -p dist
-            mv *.changes *.dsc *.deb *.tar.gz dist/.
+            mv ../*.changes ../*.dsc ../*.deb ../*.tar.gz dist/.
+
         fi
         ;;
 *)