Skip to content

Commit

Permalink
fix: upgrade kubeedge in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Qaplagzy committed May 20, 2024
1 parent 24cfee5 commit 8cbac94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
export GOPATH=$(go env GOPATH)
mkdir -p $GOPATH/github.com/kubeedge
git clone -b v1.13.0 https://github.com/kubeedge/kubeedge.git $GOPATH/github.com/kubeedge/kubeedge
git clone -b v1.17.0 https://github.com/kubeedge/kubeedge.git $GOPATH/github.com/kubeedge/kubeedge
- name: Build kubeedge/node image
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
export GOPATH=$(go env GOPATH)
mkdir -p $GOPATH/github.com/kubeedge
git clone -b v1.13.0 https://github.com/kubeedge/kubeedge.git $GOPATH/github.com/kubeedge/kubeedge
git clone -b v1.17.0 https://github.com/kubeedge/kubeedge.git $GOPATH/github.com/kubeedge/kubeedge
- name: Build kubeedge/node image
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
export GOPATH=$(go env GOPATH)
mkdir -p $GOPATH/github.com/kubeedge
git clone -b v1.13.0 https://github.com/kubeedge/kubeedge.git $GOPATH/github.com/kubeedge/kubeedge
git clone -b v1.17.0 https://github.com/kubeedge/kubeedge.git $GOPATH/github.com/kubeedge/kubeedge
- name: Build kubeedge/node image
run: |
Expand Down

0 comments on commit 8cbac94

Please sign in to comment.