forgot to remove the pipeline step for test001
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b5c1c86a37
commit
fc0dd272ba
35
.drone.yml
35
.drone.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user