Skip to content

Commit bcff32e

Browse files
committed
Remove duplicate/unnecessary install of tools
1 parent 5efd661 commit bcff32e

2 files changed

Lines changed: 2 additions & 20 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,10 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
mkdir -p $HOME/.local/bin && echo "$HOME/.local/bin" >> "$GITHUB_PATH"
25-
curl -L https://kind.sigs.k8s.io/dl/v${KIND_VERSION}/kind-linux-amd64 -o $HOME/.local/bin/kind
26-
chmod +x $HOME/.local/bin/kind
27-
curl -L https://github.com/helmfile/helmfile/releases/download/v${HELMFILE_VERSION}/helmfile_${HELMFILE_VERSION}_linux_amd64.tar.gz | tar -zx
28-
mv helmfile $HOME/.local/bin/helmfile
2925
curl -L "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=${CF_CLI_VERSION}&source=github" | tar -zx
3026
mv cf8 $HOME/.local/bin/cf
31-
curl -L "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl" -o $HOME/.local/bin/kubectl
32-
chmod +x $HOME/.local/bin/kubectl
3327
env:
34-
CF_CLI_VERSION: "8.18.0"
35-
KIND_VERSION: "0.31.0"
36-
HELMFILE_VERSION: "1.4.3"
37-
KUBECTL_VERSION: "1.28.0"
28+
CF_CLI_VERSION: "8.18.3"
3829
- name: setup Go
3930
uses: actions/setup-go@v6
4031
with:

.github/workflows/kind-cats.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,10 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
mkdir -p $HOME/.local/bin && echo "$HOME/.local/bin" >> "$GITHUB_PATH"
26-
curl -L https://kind.sigs.k8s.io/dl/v${KIND_VERSION}/kind-linux-amd64 -o $HOME/.local/bin/kind
27-
chmod +x $HOME/.local/bin/kind
28-
curl -L https://github.com/helmfile/helmfile/releases/download/v${HELMFILE_VERSION}/helmfile_${HELMFILE_VERSION}_linux_amd64.tar.gz | tar -zx
29-
mv helmfile $HOME/.local/bin/helmfile
3026
curl -L "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=${CF_CLI_VERSION}&source=github" | tar -zx
3127
mv cf8 $HOME/.local/bin/cf
32-
curl -L "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl" -o $HOME/.local/bin/kubectl
33-
chmod +x $HOME/.local/bin/kubectl
3428
env:
35-
CF_CLI_VERSION: "8.18.0"
36-
KIND_VERSION: "0.31.0"
37-
HELMFILE_VERSION: "1.4.3"
38-
KUBECTL_VERSION: "1.28.0"
29+
CF_CLI_VERSION: "8.18.3"
3930
- name: setup Go
4031
uses: actions/setup-go@v6
4132
with:

0 commit comments

Comments
 (0)