testing publishing of artifacts
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
surtur 2020-03-16 18:51:34 +01:00
parent 365248048e
commit 41b1461c01
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -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