1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 11:21:52 +00:00

Fix the path for circleci

This commit is contained in:
winlin 2019-12-11 07:02:42 +08:00
parent 1337f3e243
commit f1cca0c360

View file

@ -31,4 +31,4 @@ ret=$?; if [[ $ret -ne 0 ]]; then echo "Cook gcov files failed, ret=$ret"; exit
cd $workdir &&
export CODECOV_TOKEN="493bba46-c468-4e73-8b45-8cdd8ff62d96" &&
bash <(curl -s https://codecov.io/bash) &&
exit 0
echo "ok" && exit 0