diff --git a/.drone.yml b/.drone.yml index 63b4d3b..ebb8230 100644 --- a/.drone.yml +++ b/.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