We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db02cf commit ea9a10bCopy full SHA for ea9a10b
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
- sudo juju bootstrap microk8s $CONTROLLER_NAME --agent-version "${{ matrix.juju.agent }}"
+ sudo -i -u ubuntu juju bootstrap microk8s $CONTROLLER_NAME --agent-version "${{ matrix.juju.agent }}"
65
66
- name: Install tox & poetry
67
run: |
0 commit comments