You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i tried to use curl inside of azure/CLI@v1 step i got curl: command not found.
In November the pipeline was fully working so something broke on github side or azure side.
Hi @daniele-sarnari-blinkoo,
Azure cli has removed package curl in docker image since 2.54.0 to reduce size, see Azure/azure-cli#27567. If it is necessary for you to use curl in azure/cli action, please pin the azcliversion to 2.53.1. Or you may install it in inlinescript manually.
When i tried to use
curl
inside ofazure/CLI@v1
step i gotcurl: command not found
.In November the pipeline was fully working so something broke on github side or azure side.
I digged in until i discovered this:
/usr/bin/curl: No such file or directory
How is that possible?
Thanks
The text was updated successfully, but these errors were encountered: