mirror of https://github.com/apache/cloudstack.git
need to copy build.xml to remote machine also
This commit is contained in:
parent
5f6387e113
commit
8ca14c8637
|
|
@ -68,6 +68,9 @@
|
|||
</fileset>
|
||||
</scp>
|
||||
|
||||
<scp trust="yes" port="${port}" file="build.xml" todir="root:password@${host}:/opt/incubator-cloudstack/">
|
||||
</scp>
|
||||
|
||||
<echo message="copying deps folder to remote"/>
|
||||
<scp trust="yes" port="${port}" todir="root:password@${host}:/opt/incubator-cloudstack/deps">
|
||||
<fileset dir="deps">
|
||||
|
|
|
|||
Loading…
Reference in New Issue