remove e2e logs drone step (#9514)

Signed-off-by: Brooks Newberry <brooks@newberry.com>
pull/9547/head v1.26.14-rc3+k3s1
Brooks Newberry 2024-02-16 06:32:36 -08:00 committed by GitHub
parent 9004db5707
commit d534ad8433
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 17 deletions

View File

@ -128,23 +128,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: