mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-04 13:07:40 +08:00
fix ci script syntax error
This commit is contained in:
parent
8c6db60b58
commit
68dac4c10a
@ -1,5 +1,5 @@
|
|||||||
set -e
|
set -e
|
||||||
npm run ci
|
npm run ci
|
||||||
if [ -z "$CI_PULL_REQUEST" ] then
|
if [ -z "$CI_PULL_REQUEST" ]; then
|
||||||
cat ./coverage/lcov.info | ./node_modules/.bin/codecov
|
cat ./coverage/lcov.info | ./node_modules/.bin/codecov
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user