Skip to content

Commit 6db02cf

Browse files
committed
adding sudo
1 parent e81f66e commit 6db02cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-uat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
CONTROLLER_NAME=$(juju controllers --format yaml | yq .current-controller)
6262
juju destroy-controller $CONTROLLER_NAME --destroy-storage --no-prompt --destroy-all-models
6363
sudo snap refresh juju --revision 33784
64-
juju bootstrap microk8s $CONTROLLER_NAME --agent-version "${{ matrix.juju.agent }}"
64+
sudo juju bootstrap microk8s $CONTROLLER_NAME --agent-version "${{ matrix.juju.agent }}"
6565
6666
- name: Install tox & poetry
6767
run: |

0 commit comments

Comments
 (0)