DRONE_STEP_NAME resolves to nothing, try NUMBER
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
93600bceac
commit
429d85f812
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user