mirror of https://github.com/docker/cli.git
Merge pull request #443 from dnephin/ignore-codecov-upload-fail
Ignore codecov upload failures in CI
This commit is contained in:
commit
35c60bbd9b
|
@ -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