Skip to content

Commit

Permalink
configure jhipster bom in github-build-matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Oct 19, 2024
1 parent 520e206 commit e0b3587
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .blueprint/github-build-matrix/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { join } from 'node:path';
import BaseGenerator from '../../generators/base/index.js';
import { getGithubOutputFile, setGithubTaskOutput } from '../../lib/testing/index.js';
import { getPackageRoot } from '../../lib/index.js';
import { BUILD_JHIPSTER_BOM, JHIPSTER_BOM_BRANCH, JHIPSTER_BOM_CICD_VERSION } from '../../test-integration/integration-test-constants.js';
import type { GitHubMatrix, GitHubMatrixRecord } from './support/github-ci-matrix.js';
import { convertToGitHubMatrix } from './support/github-ci-matrix.js';
import { dockerComposeMatrix } from './samples/docker-compose-integration.js';
Expand Down Expand Up @@ -90,6 +91,9 @@ export default class extends BaseGenerator {
...sample,
sample: jobName,
workspaces,
'build-jhipster-bom': BUILD_JHIPSTER_BOM,
'jhipster-bom-branch': BUILD_JHIPSTER_BOM ? JHIPSTER_BOM_BRANCH : undefined,
'jhipster-bom-cicd-version': BUILD_JHIPSTER_BOM ? JHIPSTER_BOM_CICD_VERSION : undefined,
},
];
}),
Expand Down

0 comments on commit e0b3587

Please sign in to comment.