We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7076085 commit a06a133Copy full SHA for a06a133
.github/workflows/build_and_test_rkl.yml
@@ -24,8 +24,6 @@ jobs:
24
buck2 build //project/libnetwork:libnetwork
25
26
sudo mkdir -p /opt/cni/bin
27
-
28
- sudo rm -rf /etc/cni/net.d
29
sudo mkdir -p /etc/cni/net.d
30
31
sudo cp $(buck2 build //project/libbridge:libbridge --show-output | cut -d' ' -f2) /opt/cni/bin/libbridge
0 commit comments