CircleCI-Public / azure-cli-orb

CircleCI orb to install and configure the Azure CLI
https://circleci.com/orbs/registry/orb/circleci/azure-cli
MIT License
2 stars 13 forks source link

#18 Update to use trusted.gpg.d instead of apt-key #20

Open karlparry opened 2 years ago

karlparry commented 2 years ago

Checklist

Motivation, issues

Apt-key is now deprecated. This is to updated this orb to match Microsoft documentation - https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt

Added additional echo commands to trace if the script hangs on other points

Description

Removed apt-key in commands and replaced with adding the key to the trusted.gpg.d folder.