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 5e8af0b commit b253b54Copy full SHA for b253b54
.github/workflows/run-codebuild-ci.yml
@@ -51,7 +51,5 @@ jobs:
51
timeout-minutes: 60
52
with:
53
project-name: java-ddb-ec
54
- buildspec-override: codebuild/${{ matrix.platform.distribution }}.yml
+ buildspec-override: codebuild/${{ matrix.platform.distribution }}${{ matrix.version }}.yml
55
image-override: ${{ matrix.platform.image }}
56
- env:
57
- JAVA_VERSION: ${{ matrix.version }}
0 commit comments