Skip to content

Commit

Permalink
ci-screen.sh now tails log after starting
Browse files Browse the repository at this point in the history
  • Loading branch information
b- committed Feb 14, 2024
1 parent 79e2dae commit 8d47ae8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci-screen.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env bash
TAIL=(
"less"
"+F"
)
rm -f ci.log
screen -d -m -S build -L -Logfile ci.log bash -x ./build.sh CI
tail -f ci.log
"${TAIL[@]}" ci.log

0 comments on commit 8d47ae8

Please sign in to comment.