-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install script breaks Github action in 2.61 #28984
Comments
Thank you for opening this issue, we will look into it. |
I was able to work around the issue by completely removing the addition of the key:
|
Thanks for the workaround, I also have had the same issue |
This has also broken for me but i'm using VMSS in azure devops pipelines. I also found if you run this before it works
|
I'm also running into this same issue using "ubuntu-latest" on Azure DevOps Pipelines. Really appreciate the work around. |
This is done in order to work around Azure/azure-cli#28984, following a suggestion on the very same issue. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
We've updated the script at |
This is done in order to work around Azure/azure-cli#28984, following a suggestion on the very same issue. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This reverts commit 5ff53e4, as the script was fixed by MSFT, at least according to: Azure/azure-cli#28984 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This is done in order to work around Azure/azure-cli#28984, following a suggestion on the very same issue. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This reverts commit 5ff53e4, as the script was fixed by MSFT, at least according to: Azure/azure-cli#28984 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This is done in order to work around Azure/azure-cli#28984, following a suggestion on the very same issue. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This reverts commit 5ff53e4, as the script was fixed by MSFT, at least according to: Azure/azure-cli#28984 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This is done in order to work around Azure/azure-cli#28984, following a suggestion on the very same issue. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This reverts commit 5ff53e4, as the script was fixed by MSFT, at least according to: Azure/azure-cli#28984 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
Describe the bug
We are running the install script at
https://aka.ms/InstallAzureCLIDeb
in a github action pipeline like this:this morning this was broken, and it seems like the reason is because the gpg installation breaks the script with
I did some digging by enabling a tty and it seems the gpg installation wants to ask for an okay to overwrite the file:
File '/etc/apt/keyrings/microsoft.gpg' exists. Overwrite? (y/N)
which I assume is due to the path changes in:
https://github.com/Azure/azure-cli/commit/655b05b15204ef8a5c76b7a5cd78cb489058530a
Related command
https://aka.ms/InstallAzureCLIDeb
Errors
gpg: cannot open '/dev/tty': No such device or address
curl: (23) Failed writing body
Error: Process completed with exit code 2.
Issue script & Debug output
not possible
Expected behavior
the install script installs az cli without error
Environment Summary
github action standard runner, before installation
Additional context
No response
The text was updated successfully, but these errors were encountered: