Skip to content

Commit 8701b28

Browse files
committed
Fix initBenchmark.sh
1 parent bc773b2 commit 8701b28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.phpbenchmarks/initBenchmark.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ composer install --no-dev --classmap-authoritative --ansi
2020
[ "$?" != "0" ] && exit 1
2121

2222
clearCacheAndLogs
23+
2324
php bin/console cache:warmup
2425
[ "$?" != "0" ] && exit 1
25-
26-
exit 0

0 commit comments

Comments
 (0)