Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
veezhang committed Nov 10, 2023
1 parent 320855b commit b89a8ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
sh -c "find . -mindepth 1 -delete"
export PATH=$PATH:`go env GOPATH`/bin
aaaaaa
echo `kind get clusters`
kind get clusters | grep '^e2e-' | xargs -n1 kind delete cluster --name
- uses: actions/checkout@v3
Expand Down

0 comments on commit b89a8ff

Please sign in to comment.