Skip to content

Commit

Permalink
Merge pull request #662 from Financial-Times/prefix-matrix-names
Browse files Browse the repository at this point in the history
Use correct name for jobs in a matrix
  • Loading branch information
ivomurrell committed Sep 5, 2024
2 parents bb0f5ee + b22afe2 commit 007728c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/circleci/src/circleci-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ const generateJobs = (workflow: CircleCiWorkflow): Job[] => {
return {
[toolKitOrbPrefix(job.name)]: merge(
splitIntoMatrix
? matrixBoilerplate(job.name)
? matrixBoilerplate(toolKitOrbPrefix(job.name))
: {
executor: 'node'
},
Expand Down

0 comments on commit 007728c

Please sign in to comment.