manually specify the necessary subfolder
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
429d85f812
commit
b3ce9a268f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user