Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
chore(github-action): leverage kubectl vendir management
Browse files Browse the repository at this point in the history
As we use vendir, we do not have to download kubectl using curl
  • Loading branch information
o-orand committed Dec 26, 2023
1 parent 4dd32d9 commit 90d6ceb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions addblob.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ popd

addBlobOnChecksumChange src/github.com/containerd/nerdctl/nerdctl nerdctl/nerdctl

pushd src
curl -LO https://dl.k8s.io/release/v1.24.9/bin/linux/amd64/kubectl
chmod ugo+x kubectl
popd
addBlobOnChecksumChange src/kubectl kubectl/kubectl
chmod ugo+x src/github.com/kubernetes/kubectl/kubectl
addBlobOnChecksumChange src/github.com/kubernetes/kubectl/kubectl kubectl/kubectl


0 comments on commit 90d6ceb

Please sign in to comment.