1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

ci: quote bash variable

Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
Tibor Vass 2018-03-28 17:06:36 -07:00
parent 18d1688530
commit dc59777766

View file

@ -6,7 +6,7 @@ hack/validate/default
hack/test/unit
bash <(curl -s https://codecov.io/bash) \
-f coverage.txt \
-C $GIT_SHA1 || \
-C "$GIT_SHA1" || \
echo 'Codecov failed to upload'
hack/make.sh \