Skip to content

Commit 8b1026d

Browse files
committed
remove combine step, add build status to robot archive
1 parent ce2ceec commit 8b1026d

File tree

3 files changed

+1
-49
lines changed

3 files changed

+1
-49
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ jobs:
2828
- template: ci/job.lint.yml
2929
- template: ci/job.test.yml
3030
- template: ci/job.docs.yml
31-
- template: ci/job.combine.yml

ci/job.combine.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

ci/job.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@ jobs:
120120
displayName: publish browser test output
121121
inputs:
122122
targetPath: atest/output
123-
artifactName: Robot ${{ platform.name }}${{ python.name }} $(Build.BuildId)
123+
artifactName: $(Agent.JobStatus) Robot ${{ platform.name }}${{ python.name }} $(Build.BuildId)
124124
condition: always()

0 commit comments

Comments
 (0)