Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyuanpeng committed May 3, 2024
1 parent 27ffc57 commit 2c1ea17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: build kind node
id: build-kind-node
run: |
IMGTAG=`git describe --tags`
IMGTAG=`git rev-parse HEAD`
mkdir -p tmp
cd tmp
kind build node-image --image ghcr.io/$GITHUB_REPOSITORY_OWNER/kindest/testnode:$KIND_VERSION-$IMGTAG --kube-root $PWD/../
14 changes: 7 additions & 7 deletions .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ jobs:
- ubuntu-22.04
- ubuntu-latest
steps:
- uses: actions/setup-go@v5
if: matrix.goversion != 'go.mod'
with:
go-version: ${{ matrix.goversion }}
- uses: oras-project/setup-oras@v1
with:
version: 1.0.0
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
Expand All @@ -54,6 +47,13 @@ jobs:
large-packages: true
docker-images: true
swap-storage: true
- uses: actions/setup-go@v5
if: matrix.goversion != 'go.mod'
with:
go-version: ${{ matrix.goversion }}
- uses: oras-project/setup-oras@v1
with:
version: 1.0.0
- name: checkoutactions
uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down

0 comments on commit 2c1ea17

Please sign in to comment.