Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
komamitsu committed Jun 14, 2024
1 parent a4c85ac commit 71c6afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
certutil -encode $home/tmp-cert.cer $home/cosmosdbcert.cer
Remove-Item $home/tmp-cert.cer
# Delete the cert if it already exists
${env:JAVA_HOME}/bin/keytool.exe -cacerts -delete -alias cosmos_emulator
& ${env:JAVA_HOME}/bin/keytool.exe -cacerts -delete -alias cosmos_emulator
# Import the cert
${env:JAVA_HOME}/bin/keytool.exe -cacerts -importcert -alias cosmos_emulator -file $home/cosmosdbcert.cer
& ${env:JAVA_HOME}/bin/keytool.exe -cacerts -importcert -alias cosmos_emulator -file $home/cosmosdbcert.cer
# # These retries are needed since the downloaded file may be a JSON response.
# while ($true) {
# curl.exe -k --retry 20 --retry-delay 5 --retry-all-errors https://localhost:8081/_explorer/emulator.pem > ~/emulatorcert.crt
Expand Down

0 comments on commit 71c6afe

Please sign in to comment.