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

Commit

Permalink
Do not use composer until we upgrade our build machine.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed May 11, 2016
1 parent 3d220ad commit fc7a3e1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dist/phing/build-pydio.xml
Expand Up @@ -145,10 +145,9 @@
<if>
<available type="file" file="${INNER_DIRECTORY}/core/composer.json"/>
<then>
<exec
command="/home/builder/composer.phar install --optimze-autoloader"
dir="${INNER_DIRECTORY}"
/>
<copy todir="${INNER_DIRECTORY}/core/vendor">
<fileset dir="/root/vendor/" defaultexcludes="false"><include name="*/**"/></fileset>
</copy>
</then>
</if>

Expand Down

0 comments on commit fc7a3e1

Please sign in to comment.