testing publishing of artifacts
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
365248048e
commit
41b1461c01
39
.drone.yml
39
.drone.yml
@ -32,15 +32,17 @@ steps:
|
||||
- failure
|
||||
|
||||
- name: report000
|
||||
pull: if-not-exists
|
||||
image: immawanderer/archlinux-rf:latest
|
||||
volumes:
|
||||
- name: shm
|
||||
path: /dev/shm
|
||||
commands:
|
||||
- cat log.html
|
||||
- cat output.xml
|
||||
- cat report.html
|
||||
pull: always
|
||||
image: plugins/gitea-release:latest
|
||||
settings:
|
||||
base_url: https://git.dotya.ml
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
files:
|
||||
- log.html
|
||||
- output.xml
|
||||
- report.html
|
||||
title: ${DRONE_COMMIT_SHA:0:7} - report of test000
|
||||
when:
|
||||
status:
|
||||
- success
|
||||
@ -61,14 +63,16 @@ steps:
|
||||
|
||||
- name: report001
|
||||
pull: if-not-exists
|
||||
image: immawanderer/archlinux-rf:latest
|
||||
volumes:
|
||||
- name: shm
|
||||
path: /dev/shm
|
||||
commands:
|
||||
- cat log.html
|
||||
- cat output.xml
|
||||
- cat report.html
|
||||
image: plugins/gitea-release:latest
|
||||
settings:
|
||||
base_url: https://git.dotya.ml
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
files:
|
||||
- log.html
|
||||
- output.xml
|
||||
- report.html
|
||||
title: ${DRONE_COMMIT_SHA:0:7} - report of test001
|
||||
when:
|
||||
status:
|
||||
- success
|
||||
@ -95,7 +99,6 @@ trigger:
|
||||
branch:
|
||||
- master
|
||||
- dev
|
||||
- "release/*"
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
|
Loading…
Reference in New Issue
Block a user