Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyuanpeng committed Aug 18, 2023
1 parent 30105bf commit 7f6a3ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ set -o errexit
set -o nounset
set -o pipefail

wget -q https://github.com/kubernetes-sigs/kind/releases/download/v0.20.0/kind-linux-amd64
chmod +x kind-linux-amd64 && mv kind-linux-amd64 /usr/local/bin/kind

K8SVERSION=${K8SVERSION:-"v1.25.3"}
WORKSPACE=${WORKSPACE:-$PWD}

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/kube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
steps:
- name: work with kubernetes
run: |
wget -q https://github.com/kubernetes-sigs/kind/releases/download/v0.20.0/kind-linux-amd64
chmod +x kind-linux-amd64 && mv kind-linux-amd64 /usr/local/bin/kind
./github/scripts/kind.sh
./.github/scripts/kind.sh
- name: chmod
if: always()
run: |
Expand Down

0 comments on commit 7f6a3ff

Please sign in to comment.