Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Copy last build to "-latest" to ease automatic deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jul 12, 2013
1 parent a5d36cd commit 3efc4d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dist/phing/build.xml
Expand Up @@ -250,6 +250,13 @@
includeemptydirs="true"
compression="gzip"
><fileset dir="${build.source_folder}" defaultexcludes="false"><include name="*/**"/></fileset></tar>
<if>
<equals arg1="${env}" arg2="testing"/>
<then>
<copy file="${build.working_folder}/build/${packaged_zip}" tofile="${build.working_folder}/build/ajaxplorer-latest.zip"/>
<copy file="${build.working_folder}/build/${packaged_tar.gz}" tofile="${build.working_folder}/build/ajaxplorer-latest.tar.gz"/>
</then>
</if>
<phingcall target="build_external_plugins"/>
<if>
<equals arg1="${build_linux}" arg2="true"/>
Expand Down

0 comments on commit 3efc4d0

Please sign in to comment.