Skip to content

Commit 9612db6

Browse files
committed
Remove cache before composer install
1 parent d623bb0 commit 9612db6

File tree

3 files changed

+2
-455
lines changed

3 files changed

+2
-455
lines changed

.phpbenchmarks/initBenchmark.sh

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ function clearCache() {
1818
mkdir storage/framework/sessions
1919
}
2020

21+
rm -rf bootstrap/cache/*
2122
composer install --no-dev --classmap-authoritative
2223
clearCache
2324
php artisan config:cache

storage/logs/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.log

0 commit comments

Comments
 (0)