Skip to content

Commit

Permalink
Merge pull request #5078 from AkihiroSuda/fix-5077
Browse files Browse the repository at this point in the history
CI: fix "ls: cannot access '/etc/cni/net.d': Permission denied"
  • Loading branch information
estesp committed Feb 24, 2021
2 parents 757be0a + b4ef1e9 commit af4c55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -339,7 +339,7 @@ jobs:
[plugins.cri.containerd.default_runtime]
runtime_type = "${TEST_RUNTIME}"
EOF
ls /etc/cni/net.d
sudo ls /etc/cni/net.d
sudo PATH=$PATH BDIR=$BDIR /usr/local/bin/containerd -a ${BDIR}/c.sock --config ${BDIR}/config.toml --root ${BDIR}/root --state ${BDIR}/state --log-level debug &> ${BDIR}/containerd-cri.log &
sudo PATH=$PATH BDIR=$BDIR /usr/local/bin/ctr -a ${BDIR}/c.sock version
sudo PATH=$PATH BDIR=$BDIR GOPATH=$GOPATH critest --runtime-endpoint=unix:///${BDIR}/c.sock --parallel=8
Expand Down

0 comments on commit af4c55f

Please sign in to comment.