Skip to content

Commit

Permalink
Don't write empty log groups
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewd committed Jul 13, 2023
1 parent 01230d3 commit ec81703
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runner
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,17 @@ if [ -n "$PRE_STEPS" ]; then
echo
echo "--- pre steps"
eval "$PRE_STEPS"
echo "+++ "
fi

echo
echo "--- bundle env"
bundle env
echo "+++ "

if ! [ -d "$PWD/railties/exe" ]; then
export PATH="$PATH:$PWD/railties/bin"
fi

echo
echo "+++ $dir: $cmd"

cd "$dir"
Expand Down

0 comments on commit ec81703

Please sign in to comment.