forgot to remove the pipeline step for test001
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-05-09 21:14:42 +02:00
parent b5c1c86a37
commit fc0dd272ba
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -18,6 +18,7 @@ steps:
- robot --version || echo "rf loves to exit with code $(robot --version 2>&1 >/dev/null; echo $?)"
- pwd
- ls -la
- ls -la /
- name: test000
pull: if-not-exists
@ -47,40 +48,6 @@ steps:
- success
- failure
- name: test001
pull: if-not-exists
image: immawanderer/archlinux-rf:latest
volumes:
- name: shm
path: /dev/shm
commands:
- robot test001.robot
when:
status:
- success
- failure
- 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
when:
status:
- success
- failure
volumes:
- name: shm
host:
path: /dev/shm
---
kind: pipeline
name: notifications