Skip to content

Commit

Permalink
fix: add echo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Oct 1, 2024
1 parent 6cfc66f commit b52d1e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
. ./set_defaults.sh
echo $?
. ./download.sh
echo $?
. ./validate.sh
echo $?
. ./upload.sh
echo $?

0 comments on commit b52d1e7

Please sign in to comment.