Skip to content

Commit

Permalink
Updating the deb location for azure cli
Browse files Browse the repository at this point in the history
This update moves to ubuntu jammy. The name moves off of debian
version names because jammy is based on bookworm and azure cli
does not have debian package support with bookworm

This is an update to the previous update for this because the
CircleCI environment is ubuntu 20.04 but the container this is
running is has 22.04 as the ubuntu version. Updating the in
container to 22.04 (jammy).

Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit 70a3df4)
  • Loading branch information
mattfarina committed Oct 12, 2022
1 parent a59afc4 commit 9f88ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/deploy.sh
Expand Up @@ -34,7 +34,7 @@ else
fi

echo "Installing Azure CLI"
echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ bullseye main" | sudo tee /etc/apt/sources.list.d/azure-cli.list
echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ jammy main" | sudo tee /etc/apt/sources.list.d/azure-cli.list
curl -L https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add
sudo apt install apt-transport-https
sudo apt update
Expand Down

0 comments on commit 9f88ccb

Please sign in to comment.