Skip to content

Commit

Permalink
ci: fold depends output
Browse files Browse the repository at this point in the history
  • Loading branch information
div72 committed Jul 22, 2021
1 parent 2c5b55b commit 69b874a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/test/05_before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ if [ -z "$NO_DEPENDS" ]; then
else
SHELL_OPTS="CONFIG_SHELL="
fi
BEGIN_FOLD depends
DOCKER_EXEC $SHELL_OPTS make $MAKEJOBS -C depends HOST=$HOST $DEP_OPTS
END_FOLD
fi
if [ -n "$PREVIOUS_RELEASES_TO_DOWNLOAD" ]; then
BEGIN_FOLD previous-versions
Expand Down

0 comments on commit 69b874a

Please sign in to comment.