DRONE_STEP_NAME resolves to nothing, try NUMBER
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-05-11 04:14:44 +02:00
parent 93600bceac
commit 429d85f812
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_NAME}
- robot -T -d results/${DRONE_STAGE_NAME}/${DRONE_STEP_NAME} test000.robot
- mkdir -pv results/${DRONE_STAGE_NAME}/${DRONE_STEP_NUMBER}
- robot -T -d results/${DRONE_STAGE_NAME}/${DRONE_STEP_NUMBER} test000.robot
- cp -vR results /run/cache
when:
status: