Merge pull request #441 from erikwilson/e2e-publish-fix

Publish e2e logs on release
pull/446/head
Darren Shepherd 2019-05-03 16:49:35 -07:00 committed by GitHub
commit 887f318647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -74,6 +74,23 @@ steps:
event:
- 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:
- name: docker
host: