Skip to content

Commit

Permalink
Merge pull request #4378 from kolyshkin/fix-circleci
Browse files Browse the repository at this point in the history
circleci: fix cri-tools install
  • Loading branch information
kolyshkin committed Nov 18, 2020
2 parents ae6220f + a4309e0 commit 0fcc2a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/circle-setup
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,9 @@ install_critools() {

git clone $URL
pushd cri-tools
make binaries
sudo make BINDIR=/usr/bin install
sudo -E PATH="$PATH" make BINDIR=/usr/bin install
popd
rm -rf cri-tools
sudo rm -rf cri-tools
sudo critest --version
sudo crictl --version
}
Expand Down

0 comments on commit 0fcc2a5

Please sign in to comment.