mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-04 10:28:10 +02:00
show errors
This commit is contained in:
parent
e451d6ee67
commit
19e4eaaab0
1 changed files with 2 additions and 0 deletions
|
@ -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" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue