Skip to content

Commit aa5a1f7

Browse files
authored
Disable clearing the cache for now on update (#2416)
Some installs and composer checkouts are likely to not have the setfacl in place for the cache. The documentation is updated to mention that this is a really good idea but in the shorter term we should not assume this and not run these commands that depend on it automatically.
1 parent 05e6e30 commit aa5a1f7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,9 @@
134134
"./bin/console ssp-cache:clear --no-warmup"
135135
],
136136
"post-update-cmd": [
137-
"@clear-symfony-cache",
138137
"echo 'Post-update tasks completed!'"
139138
],
140139
"post-install-cmd": [
141-
"@clear-symfony-cache",
142140
"echo 'Post-install tasks completed!'"
143141
]
144142
},

0 commit comments

Comments
 (0)