mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Publish e2e logs on release
This commit is contained in:
parent
647ced5aa4
commit
4f3a664e81
17
.drone.yml
17
.drone.yml
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user