Skip to content

Commit 7875633

Browse files
committed
Fix name of the job
1 parent 3b6c783 commit 7875633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- script: python -m unittest discover
3333
displayName: 'Unit Tests'
3434

35-
- job: 'Generate sample images'
35+
- job: 'GenerateSamples'
3636
dependsOn: 'Test'
3737
pool:
3838
vmImage: 'Ubuntu-16.04'

0 commit comments

Comments
 (0)