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