Skip to content

Commit

Permalink
CCM-7407 target new dedicated jobs for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenvaines-bjss committed Oct 30, 2024
1 parent 502afcc commit 3b0ce5a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
component: [acct, app]

uses: ./.github/workflows/reusable/internal_repo_build.yaml
uses: ./.github/workflows/reusable_internal_repo_build.yaml
secrets: inherit
with:
release_version: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_created.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
component: [acct, app]

uses: ./.github/workflows/reusable/internal_repo_build.yaml
uses: ./.github/workflows/reusable_internal_repo_build.yaml
secrets: inherit
with:
release_version: ${{ github.event.release.tag_name }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,15 @@ jobs:
shell: bash
run: |
set -x
this_repo_name=$(echo ${{ github.repository }} | cut -d'/' -f2)
DISPATCH_EVENT=$(jq -ncM \
--arg infraRepoName "${this_repo_name}" \
--arg releaseVersion ${{ inputs.release_version }} \
--arg targetEnvironment ${{ inputs.tf_environment }} \
--arg targetAccountGroup ${{ inputs.tf_group }} \
--arg targetComponent ${{ inputs.tf_component }} \
--arg terraformAction ${{ inputs.tf_action }} \
'{ "ref": "main",
"inputs": {
"infraRepoName": $infraRepoName,
"releaseVersion", $releaseVersion,
"targetEnvironment", $targetEnvironment,
"targetAccountGroup", $targetAccountGroup,
Expand Down

0 comments on commit 3b0ce5a

Please sign in to comment.