Skip to content

Commit d6ef7eb

Browse files
m
1 parent 397297f commit d6ef7eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-codebuild-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,7 @@ jobs:
4949
timeout-minutes: 60
5050
with:
5151
project-name: java-ddb-ec
52-
buildspec-override: codebuild/${{ matrix.platform.distribution }}${{ matrix.version }}.yml
52+
buildspec-override: codebuild/${{ matrix.platform.distribution }}.yml
5353
image-override: ${{ matrix.platform.image }}
54+
env:
55+
JAVA_VERSION: ${{ matrix.version }}

0 commit comments

Comments
 (0)