File tree Expand file tree Collapse file tree 5 files changed +0
-31
lines changed Expand file tree Collapse file tree 5 files changed +0
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
version : 0.2
2
2
3
- env :
4
- secrets-manager :
5
- CODECOV_TOKEN : " codecov/token/aws/aws-dynamodb-encryption-java:CODECOV_TOKEN"
6
-
7
3
phases :
8
4
install :
9
5
runtime-versions :
10
6
java : corretto11
11
7
build :
12
8
commands :
13
9
- mvn install
14
- post_build :
15
- commands :
16
- - bash codebuild/codecov.sh
Original file line number Diff line number Diff line change 1
1
version : 0.2
2
2
3
- env :
4
- secrets-manager :
5
- CODECOV_TOKEN : " codecov/token/aws/aws-dynamodb-encryption-java:CODECOV_TOKEN"
6
-
7
3
phases :
8
4
install :
9
5
runtime-versions :
10
6
java : corretto8
11
7
build :
12
8
commands :
13
9
- mvn install
14
- post_build :
15
- commands :
16
- - bash codebuild/codecov.sh
Original file line number Diff line number Diff line change 1
1
version : 0.2
2
2
3
- env :
4
- secrets-manager :
5
- CODECOV_TOKEN : " codecov/token/aws/aws-dynamodb-encryption-java:CODECOV_TOKEN"
6
-
7
3
phases :
8
4
install :
9
5
runtime-versions :
10
6
java : openjdk11
11
7
build :
12
8
commands :
13
9
- mvn install
14
- post_build :
15
- commands :
16
- - bash codebuild/codecov.sh
Original file line number Diff line number Diff line change 1
1
version : 0.2
2
2
3
- env :
4
- secrets-manager :
5
- CODECOV_TOKEN : " codecov/token/aws/aws-dynamodb-encryption-java:CODECOV_TOKEN"
6
-
7
3
phases :
8
4
install :
9
5
runtime-versions :
10
6
java : openjdk8
11
7
build :
12
8
commands :
13
9
- mvn install
14
- post_build :
15
- commands :
16
- - bash codebuild/codecov.sh
You can’t perform that action at this time.
0 commit comments