Unverified Commit 1c174611 authored by Brooks Newberry's avatar Brooks Newberry Committed by GitHub

remove e2e logs drone step (#9517)

parent 085ccbb0
...@@ -131,23 +131,6 @@ steps: ...@@ -131,23 +131,6 @@ steps:
- name: docker - name: docker
path: /var/run/docker.sock 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: volumes:
- name: docker - name: docker
host: host:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment