Skip to content

Commit

Permalink
debug proxy config
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Feb 25, 2022
1 parent 362fa5c commit addc524
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,9 @@ def ocisServer(volumes = [stepVolumeOC10Tests, ocisConfigVolume]):
"environment": environment,
"volumes": volumes,
"commands": [
"ocis server",
"ocis proxy server&",
"sleep 5",
"cat /etc/ocis/proxy.json",
],
},
{
Expand Down

0 comments on commit addc524

Please sign in to comment.