show errors

This commit is contained in:
Caleb Doxsey 2023-01-12 14:54:13 -07:00
parent e451d6ee67
commit 19e4eaaab0

View file

@ -14,6 +14,7 @@ for _target in darwin-amd64 darwin-arm64 linux-amd64 linux-arm64; do
curl \ curl \
--silent \ --silent \
--fail \ --fail \
--show-error \
--compressed \ --compressed \
--location \ --location \
--time-cond "$_dir/envoy-$_target" \ --time-cond "$_dir/envoy-$_target" \
@ -23,6 +24,7 @@ for _target in darwin-amd64 darwin-arm64 linux-amd64 linux-arm64; do
curl \ curl \
--silent \ --silent \
--fail \ --fail \
--show-error \
--compressed \ --compressed \
--location \ --location \
--time-cond "$_dir/envoy-$_target.sha256" \ --time-cond "$_dir/envoy-$_target.sha256" \