Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Staněk committed Oct 16, 2024
1 parent a6df38f commit dc3030a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@
</target>

<target name="deploy:cleanup">
<echo message="Getting previous releases"/>

<phingcall target="deploy:ssh">
<property name="comment" value="Listing release dir files"/>
<property name="command" value="ls ${deploy.releasesDir}"/>
<property name="property" value="allReleases"/>
</phingcall>

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

<exec executable="bash" outputProperty="previousReleases" checkreturn="true">
<arg line='echo "${allReleases}" | grep -v "^${deploy.releaseHash}$"'/>
</exec>
Expand Down

0 comments on commit dc3030a

Please sign in to comment.