Skip to content

Commit 6563b4f

Browse files
author
Dorazil
committed
DEBUG INIT3
1 parent 6e0e482 commit 6563b4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,17 @@
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"/>

0 commit comments

Comments
 (0)