Skip to content

Commit

Permalink
Fix typo on sample travis report upload script
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Bainian <brian97cbn@gmail.com>
  • Loading branch information
Briancbn committed Jun 24, 2020
1 parent 7fa6015 commit f4849ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ function watch_output() {
set -o pipefail
env "$@" stdbuf -oL -eL bash "$DIR_THIS"/industrial_ci/src/ci_main.sh |& watch_output
if [ -n "$CODE_COVERAGE" ]; then
bash "$DIR_THIS"/industrial_ci/src/ci_main.sh/upload_coverage_report.sh
bash "$DIR_THIS"/industrial_ci/src/upload_coverage_report.sh
fi

0 comments on commit f4849ff

Please sign in to comment.