Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
option to disable s3
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepeak committed Jan 26, 2018
1 parent 6ead9fb commit 8c66316
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codecov
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,9 @@ $OPTARG"
elif [ "$OPTARG" = "network" ];
then
ft_network="0"
elif [ "$OPTARG" = "s3" ];
then
ft_s3="0"
fi
;;
"y")
Expand Down

0 comments on commit 8c66316

Please sign in to comment.