Fix drone.io triggers on PRs and enable parallelism #13
1 changed files with 8 additions and 0 deletions
|
@ -34,6 +34,9 @@ steps:
|
|||
target: /${DRONE_COMMIT_SHA:0:8}/
|
||||
path_style: true
|
||||
endpoint: https://artifacts.fromouter.space
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
|
||||
- name: upload_build_pr
|
||||
image: plugins/s3
|
||||
|
@ -64,6 +67,8 @@ steps:
|
|||
path_style: true
|
||||
endpoint: https://artifacts.fromouter.space
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
branch:
|
||||
- master
|
||||
|
||||
|
@ -89,6 +94,9 @@ steps:
|
|||
target: /${DRONE_COMMIT_SHA:0:8}/
|
||||
path_style: true
|
||||
endpoint: https://artifacts.fromouter.space
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
|
||||
- name: upload_coverage_pr
|
||||
image: plugins/s3
|
||||
|
|
Loading…
Reference in a new issue