Skip to content

Commit c36505c

Browse files
committed
more renaming
1 parent 2bc0183 commit c36505c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ci/job.combine.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@ jobs:
1818
- task: DownloadPipelineArtifact@0
1919
condition: always()
2020
inputs:
21-
artifactName: Robot Logs Linux
21+
artifactName: Robot Output Linux
2222
targetPath: _artifacts/test_output
2323
- task: DownloadPipelineArtifact@0
2424
condition: always()
2525
inputs:
26-
artifactName: Robot Logs MacOSX
26+
artifactName: Robot Output MacOSX
2727
targetPath: _artifacts/test_output
2828
- task: DownloadPipelineArtifact@0
2929
condition: always()
3030
inputs:
31-
artifactName: Robot Logs Windows
31+
artifactName: Robot Output Windows
3232
targetPath: _artifacts/test_output
3333
- script: python -m scripts.combine
3434
condition: always()
3535
displayName: Rebot
3636
- task: PublishBuildArtifacts@1
3737
condition: always()
38-
displayName: Publish Robot Logs
38+
displayName: Publish Robot Output
3939
inputs:
4040
pathtoPublish: _artifacts/test_output
41-
artifactName: JupyterLibrary Robot Logs
41+
artifactName: JupyterLibrary Robot Output

0 commit comments

Comments
 (0)