Skip to content

Commit

Permalink
remove e2e logs drone step (#9516)
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Newberry <brooks@newberry.com>
  • Loading branch information
brooksn committed Feb 16, 2024
1 parent 25e12bc commit f19db85
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .drone.yml
Expand Up @@ -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:
Expand Down

0 comments on commit f19db85

Please sign in to comment.