File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ phases:
19
19
java : corretto11
20
20
pre_build :
21
21
commands :
22
+ # Test execution environment variables
23
+ - export AWS_S3EC_TEST_BUCKET=s3ec-release-test-bucket
24
+ - export AWS_S3EC_TEST_KMS_KEY_ID=arn:aws:kms:us-west-2:${ACCOUNT}:key/af4ce40a-05ab-4f7c-b3fa-97bd0c9b7fb1
25
+ - export AWS_S3EC_TEST_KMS_KEY_ALIAS=arn:aws:kms:us-west-2:${ACCOUNT}:alias/S3EC-Release-Testing-KMS-Key
26
+ - export AWS_REGION=us-west-2
22
27
- git checkout $BRANCH
23
28
- export SETTINGS_FILE=$(pwd)/codebuild/release/settings.xml
24
29
- aws secretsmanager get-secret-value --region us-west-2 --secret-id Maven-GPG-Keys-Release --query SecretBinary --output text | base64 -d > ~/mvn_gpg.tgz
@@ -28,6 +33,7 @@ phases:
28
33
- |
29
34
mvn deploy \
30
35
-Ppublishing \
36
+ -DskipTests \
31
37
-DperformRelease \
32
38
-Dgpg.homedir="$HOME/mvn_gpg" \
33
39
-DautoReleaseAfterClose=true \
You can’t perform that action at this time.
0 commit comments