Skip to content

Commit cf0a996

Browse files
[PRM-712] moved java_version in pipeline to correct place
1 parent c0d2b6c commit cf0a996

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/full-deployment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ jobs:
115115
is_deployment: ${{ inputs.is_deployment }}
116116
requires_localstack: true
117117
image_prefix: repo/
118-
java_version: "25"
119118
ecr_alias: repo/re-registration-service
120119
secrets: inherit
121120

.github/workflows/service-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ jobs:
152152
is_deployment: ${{ github.ref == 'refs/heads/main' }}
153153
requires_localstack: true
154154
image_prefix: repo/
155+
java_version: "25"
155156
ecr_alias: repo/re-registration-service
156157
secrets: inherit
157158

0 commit comments

Comments
 (0)