From a7c2ee3a207c1c57b275675645ab3e78cd7fda1f Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Fri, 26 Jan 2024 12:48:36 +0200 Subject: [PATCH] update AKS workflow --- .github/workflows/deploy-to-aks.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deploy-to-aks.yaml b/.github/workflows/deploy-to-aks.yaml index 3e7895b..2a136dc 100644 --- a/.github/workflows/deploy-to-aks.yaml +++ b/.github/workflows/deploy-to-aks.yaml @@ -25,8 +25,6 @@ jobs: uses: actions/checkout@v2 - name: Install CLI tools tox charmcraft juju - env: - JUJU_VERSION: run: | python -m pip install --upgrade pip pip install tox @@ -39,8 +37,6 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Create resource group and cluster - env: - K8S_VERSION: if [[ "$BUNDLE_VERSION" == "1.7" ]] run: | # We need to remove the dot from version # due to cluster naming restrictions