We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397297f commit d6ef7ebCopy full SHA for d6ef7eb
.github/workflows/run-codebuild-ci.yml
@@ -49,5 +49,7 @@ jobs:
49
timeout-minutes: 60
50
with:
51
project-name: java-ddb-ec
52
- buildspec-override: codebuild/${{ matrix.platform.distribution }}${{ matrix.version }}.yml
+ buildspec-override: codebuild/${{ matrix.platform.distribution }}.yml
53
image-override: ${{ matrix.platform.image }}
54
+ env:
55
+ JAVA_VERSION: ${{ matrix.version }}
0 commit comments