Skip to content
Snippets Groups Projects
Commit 3d879844 authored by Craig Tiller's avatar Craig Tiller
Browse files

Dont fail build if no report generated

parent 93cdb180
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ docker run \ ...@@ -79,7 +79,7 @@ docker run \
if [ "$XML_REPORT" != "" ] if [ "$XML_REPORT" != "" ]
then 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 fi
docker cp "$CONTAINER_NAME:/var/local/git/grpc/reports.zip" $git_root || true docker cp "$CONTAINER_NAME:/var/local/git/grpc/reports.zip" $git_root || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment