Skip to content

Commit 8fb416f

Browse files
azure-sdkbenbp
andauthored
Fix bad path to sample matrix json (Azure#18765)
Co-authored-by: Ben Broderick Phillips <[email protected]>
1 parent 24bcaf5 commit 8fb416f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/common/scripts/job-matrix/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
parameters:
4040
MatrixConfigs:
4141
- Name: base_product_matrix
42-
Path: eng/scripts/job-matrix/samples/matrix.json
42+
Path: eng/common/scripts/job-matrix/samples/matrix.json
4343
Selection: all
4444
NonSparseParameters:
4545
- framework
4646
GenerateVMJobs: true
4747
- Name: sparse_product_matrix
48-
Path: eng/scripts/job-matrix/samples/matrix.json
48+
Path: eng/common/scripts/job-matrix/samples/matrix.json
4949
Selection: sparse
5050
GenerateVMJobs: true
5151
JobTemplatePath: /eng/common/scripts/job-matrix/samples/matrix-job-sample.yml

0 commit comments

Comments
 (0)