Skip to content

Commit b8044e7

Browse files
author
Juan Tirado
committed
Create .ssh folder in github runner machine.
1 parent ce4d946 commit b8044e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
# copy to the controller and reconfigure it
5858
juju status -m controller
5959
juju switch controller
60+
sudo mkdir /home/runner/.ssh
6061
juju ssh 0 "sudo apt-get install squid -y"
6162
juju scp /tmp/squid.conf 0:/tmp/squid.conf
6263
juju ssh 0 "sudo mv /tmp/squid.conf /etc/squid/squid.conf"

0 commit comments

Comments
 (0)