Skip to content

Commit

Permalink
property init
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-stanek committed Oct 17, 2024
1 parent 135cfff commit 4b369b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@
<target name="deploy:cleanup">
<property name="allReleases" value="def"/>

<echo message="${allReleases}"/>

<ssh host="${deploy.ssh.host}" port="${deploy.ssh.port}" username="${deploy.ssh.username}" privkeyfile="id_rsa"
pubkeyfile="id_rsa.pub" command="${command}" property="allReleases"/>

Expand Down

0 comments on commit 4b369b4

Please sign in to comment.