exit with failing status

This commit is contained in:
“ibrahim0814” 2019-08-06 18:17:06 -07:00
parent 9b515b6249
commit 7cb6a4679d
No known key found for this signature in database
GPG key ID: DBBD7CB06738E2BF

View file

@ -5,7 +5,7 @@ set -eu
if [ $# -eq 0 ]
then
echo "No arguments supplied. Please make sure to provide an upload token"
exit
exit 1
fi
bash <(curl -s https://codecov.io/bash) -t $1