Skip to content

Commit

Permalink
ci(default-lxd): try without dhclient
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Oct 7, 2023
1 parent 0d6ff7e commit 7ce1aea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/default-lxd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
sudo lxc exec $LXDGUEST -- pwd
sudo lxc exec $LXDGUEST -- ip address
sudo lxc exec $LXDGUEST -- ip route
sudo lxc exec $LXDGUEST -- dhclient eth0
sudo lxc exec $LXDGUEST -- ping -c 1 8.8.8.8
[ "X${{ matrix.distribution }}" == "Xdebian" -o "X${{ matrix.distribution }}" == "Xubuntu" ] && sudo lxc exec $LXDGUEST -- apt-get update
[ "X${{ matrix.distribution }}" == "Xdebian" -o "X${{ matrix.distribution }}" == "Xubuntu" ] && sudo lxc exec $LXDGUEST -- apt-get install -y python3-pip
Expand Down

0 comments on commit 7ce1aea

Please sign in to comment.