Commit 4f3a664e authored by Erik Wilson's avatar Erik Wilson

Publish e2e logs on release

parent 647ced5a
...@@ -74,6 +74,23 @@ steps: ...@@ -74,6 +74,23 @@ steps:
event: event:
- tag - tag
- name: github_e2e_logs_release
image: ibuildthecloud/github-release:v0.0.1
settings:
api_key:
from_secret: github_token
prerelease: true
files:
- "dist/artifacts/e2e-*.log"
when:
instance:
- drone-publish.rancher.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