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

ci: quote bash variable
Upstream-commit: f238bfda902d8193dd2d33bb334cd2419ffa5578
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2018-04-12 14:06:22 -07:00
committed by GitHub
+1 -1
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 \