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:
parent
18d1688530
commit
dc59777766
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…
Add table
Reference in a new issue