Skip to content

Commit

Permalink
Dont fail build if no report generated
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 7, 2016
1 parent 93cdb18 commit 3d87984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jenkins/build_docker_and_run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ docker run \

if [ "$XML_REPORT" != "" ]
then
docker cp "$CONTAINER_NAME:/var/local/git/grpc/$XML_REPORT" $git_root
docker cp "$CONTAINER_NAME:/var/local/git/grpc/$XML_REPORT" $git_root || true
fi

docker cp "$CONTAINER_NAME:/var/local/git/grpc/reports.zip" $git_root || true
Expand Down

0 comments on commit 3d87984

Please sign in to comment.