Skip to content

Commit

Permalink
fix(seriesci): πŸ› fix test run time upload to seriesci
Browse files Browse the repository at this point in the history
  • Loading branch information
kopach committed Sep 22, 2020
1 parent 183a956 commit 970b040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/seriesci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ du -sh dist/ | awk '{print $1}' | xargs -I {} curl \

echo "post lint & build & test execution time to seriesci"
duration_build=$(cat build-execution-time.log)
duration_test=$(cat test:ci-execution-time.log)
duration_test=$(cat test-execution-time.log)
duration_lint=$(cat lint-execution-time.log)
curl \
--header "Authorization: Token c698677f-ebb7-44f8-9d72-47a73b7e2121" \
Expand Down

0 comments on commit 970b040

Please sign in to comment.