File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 255255 <target name =" app-init" >
256256
257257 <!-- Show last Git commit -->
258- <exec command =" git log -1 --pretty=format:'Description of the last commit:%s%n'" passthru =" true" checkreturn =" true" />
258+ <exec command =" git log -10 --pretty=format:'Description of the last commit:%s%n'" passthru =" true" checkreturn =" true" />
259259
260260 <!-- Show current branch name -->
261261 <exec command =" git rev-parse --abbrev-ref HEAD"
262262 passthru =" true"
263263 checkreturn =" true" />
264264
265265
266+ <!-- List contents of the migrations directory -->
267+ <exec command =" ls -la migrations" passthru =" true" checkreturn =" true" />
268+
266269 <copy file =" app/config/config.sample.local.neon" tofile =" app/config/config.local.neon" />
267270
268271 <exec command =" bin/console nette:cache:purge" passthru =" true" checkreturn =" false" />
You can’t perform that action at this time.
0 commit comments