Skip to content

Commit

Permalink
yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana authored and jmpesp committed Dec 7, 2023
1 parent 3d2275e commit 388b4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/buildomat/jobs/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export OXIDE_HOST OXIDE_TOKEN
# successfully talked to in bootstrap, so wait a bit for it to fully come online.
#
retry=0
while ! curl -sSf "$OXIDE_HOST/v1/ping" --resolve "$OXIDE_RESOLVE"; do
while ! curl -sSf "$OXIDE_HOST/v1/ping" --resolve "$OXIDE_RESOLVE" --cacert "$E2E_TLS_CERT"; do
if [[ $retry -gt 60 ]]; then
echo "$OXIDE_RESOLVE failed to come up after 60 seconds"
exit 1
Expand Down

0 comments on commit 388b4fc

Please sign in to comment.