Merge pull request #36727 from tiborvass/fix-master-ci-gitcommit
ci: quote bash variable
This commit is contained in:
commit
f238bfda90
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue