mirror of https://github.com/docker/cli.git
Ignore codecov upload failures in CI.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
703a7cca2b
commit
6a7dc459dd
|
@ -71,7 +71,8 @@ jobs:
|
|||
test-$CIRCLE_BUILD_NUM:/go/src/github.com/docker/cli/coverage.txt \
|
||||
coverage.txt
|
||||
apk add -U bash curl
|
||||
curl -s https://codecov.io/bash | bash
|
||||
curl -s https://codecov.io/bash | bash || \
|
||||
echo 'Codecov failed to upload'
|
||||
|
||||
validate:
|
||||
working_directory: /work
|
||||
|
|
Loading…
Reference in New Issue