Skip to content

Commit

Permalink
update AKS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Jan 26, 2024
1 parent 4d38806 commit a7c2ee3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-to-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a7c2ee3

Please sign in to comment.