Skip to content

Commit

Permalink
Remove kind --version from actions.yml before kind is installed
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Manohar <[email protected]>
  • Loading branch information
HashNuke committed Jul 28, 2023
1 parent 1c2bbe7 commit 037aa13
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ jobs:
KIND_VERSION: v0.17.0
KIND_URL: https://kind.sigs.k8s.io/dl
run: |
kind --version
which kind
echo $(which kind)
sudo rm $(which kind)
wget -O kind "$KIND_URL/$KIND_VERSION/kind-linux-amd64" --progress=dot:giga;
chmod +x ./kind
Expand Down Expand Up @@ -222,8 +221,7 @@ jobs:
KIND_VERSION: v0.17.0
KIND_URL: https://kind.sigs.k8s.io/dl
run: |
kind --version
which kind
echo $(which kind)
sudo rm $(which kind)
wget -O kind "$KIND_URL/$KIND_VERSION/kind-linux-amd64" --progress=dot:giga;
chmod +x ./kind
Expand Down Expand Up @@ -794,8 +792,7 @@ jobs:
KIND_VERSION: v0.17.0
KIND_URL: https://kind.sigs.k8s.io/dl
run: |
kind --version
which kind
echo $(which kind)
sudo rm $(which kind)
wget -O kind "$KIND_URL/$KIND_VERSION/kind-linux-amd64" --progress=dot:giga;
chmod +x ./kind
Expand Down Expand Up @@ -875,8 +872,7 @@ jobs:
KIND_VERSION: v0.17.0
KIND_URL: https://kind.sigs.k8s.io/dl
run: |
kind --version
which kind
echo $(which kind)
sudo rm $(which kind)
wget -O kind "$KIND_URL/$KIND_VERSION/kind-linux-amd64" --progress=dot:giga;
chmod +x ./kind
Expand Down Expand Up @@ -946,8 +942,7 @@ jobs:
KIND_VERSION: v0.17.0
KIND_URL: https://kind.sigs.k8s.io/dl
run: |
kind --version
which kind
echo $(which kind)
sudo rm $(which kind)
wget -O kind "$KIND_URL/$KIND_VERSION/kind-linux-amd64" --progress=dot:giga;
chmod +x ./kind
Expand Down

0 comments on commit 037aa13

Please sign in to comment.