mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 15:02:45 +00:00
Merge pull request #9673 from fidencio/topic/revert-aks-workaround
Revert "ci: azure: Workaround azure cli installation script"
This commit is contained in:
commit
cffeb0ffb8
@ -62,14 +62,7 @@ function enable_cluster_http_application_routing() {
|
||||
}
|
||||
|
||||
function install_azure_cli() {
|
||||
# This is a workaround for https://github.com/Azure/azure-cli/issues/28984
|
||||
# which ended up breaking our CI.
|
||||
curl -sL https://aka.ms/InstallAzureCLIDeb -o installAzureCli.sh
|
||||
sed -i '/curl -sLS https:\/\/packages.microsoft.com\/keys\/microsoft.asc |/d' installAzureCli.sh
|
||||
sed -i '/gpg --dearmor -o \/etc\/apt\/keyrings\/microsoft.gpg/d' installAzureCli.sh
|
||||
sed -i '/chmod go+r \/etc\/apt\/keyrings\/microsoft.gpg/d' installAzureCli.sh
|
||||
sudo bash installAzureCli.sh
|
||||
|
||||
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
|
||||
# The aks-preview extension is required while the Mariner Kata host is in preview.
|
||||
az extension add --name aks-preview
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user