Skip to content

Commit

Permalink
fix ci-screen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bri committed Feb 14, 2024
1 parent b4861ed commit e9029b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-screen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ TAIL=(
"+F"
)
rm -f ci.log
screen -d -m -S build -L -Logfile ci.log bash -x ./build.sh CI-BUILD
screen -d -m -S build -L -Logfile ci.log bash -x ./build.sh CI_BUILD
"${TAIL[@]}" ci.log

0 comments on commit e9029b9

Please sign in to comment.