1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/circle.yml
Flavio Crisciani da1e931693 Explicitly pass the sha to codecov
In case of merge commit, the sha passed to the codecov tool
is the one of the merged commit intstead of the merge commit
this creates error because the base commit is always different.
Passing it explicitely should fix it

Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
2017-10-12 09:45:34 -07:00

16 lines
363 B
YAML

machine:
environment:
GODIST: "go1.7.1.linux-amd64.tar.gz"
services:
- docker
dependencies:
override:
- sudo apt-get update; sudo apt-get install -y iptables zookeeperd
- go get golang.org/x/tools/cmd/goimports
test:
override:
- make circle-ci
post:
- bash <(curl -s https://codecov.io/bash) -C "$(git log --format="%H" -n 1)"