Skip to content

Commit 640feb6

Browse files
author
Juan Tirado
committed
Remove additional bootstrap.
1 parent 10676c1 commit 640feb6

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/test.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
# run: |
4141
# set -euxo pipefail
4242
# sudo snap install juju --channel=$JUJU_CHANNEL
43-
- name: Bootstrap controller
44-
shell: bash
45-
# language=bash
46-
run: |
47-
sudo usermod -a -G snap_microk8s runner
48-
newgrp snap_microk8s
49-
sudo mkdir /home/runner/.ssh
50-
juju bootstrap microk8s test --debug
43+
# - name: Bootstrap controller
44+
# shell: bash
45+
# # language=bash
46+
# run: |
47+
# sudo usermod -a -G snap_microk8s runner
48+
# newgrp snap_microk8s
49+
# sudo mkdir /home/runner/.ssh
50+
# juju bootstrap microk8s test --debug
5151
- name: Setup Python
5252
uses: actions/setup-python@v2
5353
with:

0 commit comments

Comments
 (0)