Skip to content

Commit f824261

Browse files
committed
chore: Remove dead code
1 parent f9ea769 commit f824261

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

‎.github/workflows/pipeline.yaml‎

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ env:
1919
CONTAINER_NAME: ${{ github.repository }}
2020
CONTAINER_REGISTRY_GHCR: ghcr.io
2121
CONTAINER_PLATFORMS: linux/amd64,linux/arm64/v8
22-
# Tool versions
23-
# See: https://github.com/azure/azure-cli/releases
24-
AZURE_CLI_VERSION: 2.68.0
2522
# https://github.com/docker/buildx/releases
2623
BUILDX_VERSION: 0.23.0
2724

@@ -116,11 +113,6 @@ jobs:
116113
python-version: "3.13"
117114
version: "0.5.x"
118115

119-
- name: Set up Azure CLI
120-
run: |
121-
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
122-
sudo apt-get install azure-cli=${{ env.AZURE_CLI_VERSION }}-1~$(lsb_release -cs)
123-
124116
# - name: Login to Azure
125117
# uses: Azure/login@v2.2.0
126118
# with:

0 commit comments

Comments
 (0)