Skip to content

Commit

Permalink
Fix bad path to sample matrix json (#3765)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored Aug 2, 2022
1 parent 3d0e2c0 commit 3400b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/common/scripts/job-matrix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
parameters:
MatrixConfigs:
- Name: base_product_matrix
Path: eng/scripts/job-matrix/samples/matrix.json
Path: eng/common/scripts/job-matrix/samples/matrix.json
Selection: all
NonSparseParameters:
- framework
GenerateVMJobs: true
- Name: sparse_product_matrix
Path: eng/scripts/job-matrix/samples/matrix.json
Path: eng/common/scripts/job-matrix/samples/matrix.json
Selection: sparse
GenerateVMJobs: true
JobTemplatePath: /eng/common/scripts/job-matrix/samples/matrix-job-sample.yml
Expand Down

0 comments on commit 3400b10

Please sign in to comment.