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 a78cb52 commit a527d2aCopy full SHA for a527d2a
codebuild/release/release.yml
@@ -22,19 +22,9 @@ batch:
22
JAVA_NUMERIC_VERSION: 8
23
image: aws/codebuild/standard:3.0
24
25
- - identifier: validate_staging_release_openjdk11
26
- depend-on:
27
- - validate_staging_release_openjdk8
28
- buildspec: codebuild/release/validate-staging.yml
29
- env:
30
- variables:
31
- JAVA_ENV_VERSION: openjdk11
32
- JAVA_NUMERIC_VERSION: 11
33
- image: aws/codebuild/standard:3.0
34
-
35
- identifier: validate_staging_release_corretto8
36
depend-on:
37
- - validate_staging_release_openjdk11
+ - validate_staging_release_openjdk8
38
buildspec: codebuild/release/validate-staging.yml
39
env:
40
variables:
0 commit comments