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:09:28 +08:00
parent f1cca0c360
commit 20fbb4466f
2 changed files with 1 additions and 3 deletions

View file

@ -1,2 +0,0 @@
fixes:
- "src/::trunk/src/"

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) &&
echo "ok" && exit 0
echo "Done" && exit 0