We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81f66e commit 6db02cfCopy full SHA for 6db02cf
1 file changed
.github/workflows/ci-uat.yaml
@@ -61,7 +61,7 @@ jobs:
61
CONTROLLER_NAME=$(juju controllers --format yaml | yq .current-controller)
62
juju destroy-controller $CONTROLLER_NAME --destroy-storage --no-prompt --destroy-all-models
63
sudo snap refresh juju --revision 33784
64
- juju bootstrap microk8s $CONTROLLER_NAME --agent-version "${{ matrix.juju.agent }}"
+ sudo juju bootstrap microk8s $CONTROLLER_NAME --agent-version "${{ matrix.juju.agent }}"
65
66
- name: Install tox & poetry
67
run: |
0 commit comments