remove e2e logs drone step (#9517)

Signed-off-by: Brooks Newberry <brooks@newberry.com>
This commit is contained in:
Brooks Newberry 2024-02-16 06:32:55 -08:00 committed by GitHub
parent 085ccbb0ac
commit 1c1746114c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,23 +131,6 @@ steps:
- name: docker
path: /var/run/docker.sock
- name: github_e2e_logs_release
image: plugins/github-release
settings:
api_key:
from_secret: github_token
prerelease: true
files:
- "dist/artifacts/e2e-*.log"
when:
instance:
- drone-publish.k3s.io
ref:
- refs/head/master
- refs/tags/*
event:
- tag
volumes:
- name: docker
host: