Skip to content

Commit ea9a10b

Browse files
committed
fix
1 parent 6db02cf commit ea9a10b

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-
sudo juju bootstrap microk8s $CONTROLLER_NAME --agent-version "${{ matrix.juju.agent }}"
64+
sudo -i -u ubuntu juju bootstrap microk8s $CONTROLLER_NAME --agent-version "${{ matrix.juju.agent }}"
6565
6666
- name: Install tox & poetry
6767
run: |

0 commit comments

Comments
 (0)