manually specify the necessary subfolder
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-05-11 04:16:47 +02:00
parent 429d85f812
commit b3ce9a268f
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -28,8 +28,8 @@ steps:
- name: cache
path: /run/cache
commands:
- mkdir -pv results/${DRONE_STAGE_NAME}/${DRONE_STEP_NUMBER}
- robot -T -d results/${DRONE_STAGE_NAME}/${DRONE_STEP_NUMBER} test000.robot
- mkdir -pv results/${DRONE_STAGE_NAME}/test000
- robot -T -d results/${DRONE_STAGE_NAME}/test000 test000.robot
- cp -vR results /run/cache
when:
status: