Merge pull request #36727 from tiborvass/fix-master-ci-gitcommit

ci: quote bash variable
This commit is contained in:
Sebastiaan van Stijn 2018-04-12 14:06:22 -07:00 committed by GitHub
commit f238bfda90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \