Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift committed May 31, 2020
1 parent 438eb42 commit df0480c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci/test/05_before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ if [ -z "$NO_DEPENDS" ]; then
else
SHELL_OPTS="CONFIG_SHELL="
fi
DOCKER_EXEC $SHELL_OPTS make $MAKEJOBS V=1 -C depends HOST=$HOST $DEP_OPTS
DOCKER_EXEC "$SHELL_OPTS make $MAKEJOBS V=1 -C depends HOST=$HOST $DEP_OPTS || true"
DOCKER_EXEC "find . -name bootstrap.log | xargs ls -dl"
DOCKER_EXEC "find . -name bootstrap.log | xargs cat"
set
exit 1
fi
if [ -n "$PREVIOUS_RELEASES_TO_DOWNLOAD" ]; then
BEGIN_FOLD previous-versions
Expand Down

0 comments on commit df0480c

Please sign in to comment.