Skip to content

Commit a4311d5

Browse files
authored
[shopsys] Fix zero downtime deployment (#3689)
2 parents dd9560d + 0d8ef4f commit a4311d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
</target>
383383

384384
<target name="db-migrations-count-with-maintenance" hidden="true" description="Get count of database migrations to execute and enable maintenance mode if more than zero.">
385-
<exec executable="${path.php.executable}" checkreturn="true" outputProperty="migrationCounts">
385+
<exec executable="${path.php.executable}" checkreturn="true" passthru="true" returnProperty="migrationCounts">
386386
<arg value="${path.bin-console}"/>
387387
<arg value="shopsys:migrations:count"/>
388388
<arg value="--simple"/>

0 commit comments

Comments
 (0)