Skip to content

Commit

Permalink
gh actions: we don't use kind
Browse files Browse the repository at this point in the history
not yet, at least.

Signed-off-by: Francesco Romani <fromani@redhat.com>
  • Loading branch information
ffromani committed Oct 5, 2021
1 parent 9df69f6 commit ba9b190
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,6 @@ jobs:
name: build-artifacts
path: _output/*

- name: export kind logs
if: ${{ failure() }}
run: |
kind export logs /tmp/kind-logs
- name: archive kind logs
if: ${{ failure() }}
uses: actions/upload-artifact@v2
with:
name: kind-logs
path: /tmp/kind-logs

release:
needs: [release-build]
runs-on: ubuntu-20.04
Expand Down

0 comments on commit ba9b190

Please sign in to comment.