Skip to content

Commit

Permalink
refs #39671 - Fix build jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
kgleizes committed May 9, 2023
1 parent 9434a25 commit f0d0b30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 202/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
<echo>Installing dependencies</echo>
<exec executable="composer" failonerror="true">
<arg value="install" />
<arg value="--no-dev" />
<arg value="--optimize-autoloader" />
<arg value="--ignore-platform-reqs" />
</exec>
</target>
<target name="composer-update" depends="composer.check" if="composer.lock.exist.in.gitignore" description="Updating dependencies">
Expand Down

0 comments on commit f0d0b30

Please sign in to comment.