mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-04 02:18:42 +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 \
|
||||
--silent \
|
||||
--fail \
|
||||
--show-error \
|
||||
--compressed \
|
||||
--location \
|
||||
--time-cond "$_dir/envoy-$_target" \
|
||||
|
@ -23,6 +24,7 @@ for _target in darwin-amd64 darwin-arm64 linux-amd64 linux-arm64; do
|
|||
curl \
|
||||
--silent \
|
||||
--fail \
|
||||
--show-error \
|
||||
--compressed \
|
||||
--location \
|
||||
--time-cond "$_dir/envoy-$_target.sha256" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue