We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b55752 commit de54741Copy full SHA for de54741
1 file changed
.github/workflows/test.yaml
@@ -53,14 +53,13 @@ jobs:
53
echo "acl all src all" > squid.conf
54
echo "http_access allow all" >> squid.conf
55
echo "http_port $PROXY" >> squid.conf
56
- cat /tmp/squid.conf
+ cat squid.conf
57
# copy to the controller and reconfigure it
58
juju status -m controller
59
juju switch controller
60
- sudo mkdir /home/runner/.ssh
61
juju ssh 0 "sudo apt-get install squid -y"
62
juju scp squid.conf 0:/tmp/squid.conf
63
- juju ssh 0 "sudo mv squid.conf /etc/squid/squid.conf"
+ juju ssh 0 "sudo mv /tmp/squid.conf /etc/squid/squid.conf"
64
juju ssh 0 "sudo squid -k reconfigure"
65
# Test curl after waiting
66
sleep 10
0 commit comments