Skip to content
Snippets Groups Projects
Commit 026d3f2a authored by Jiman Kim's avatar Jiman Kim
Browse files

Only sonar coverage on aws

parent 8a8242a8
Branches
Tags
1 merge request!542AWS Merge Dev Into Master
Pipeline #205418 passed
......@@ -82,8 +82,8 @@ phases:
- cp devops/aws/requirements.txt testing/integration-tests/search-test-aws/build-aws/requirements.txt
- echo "Building primary service assemblies..."
- mvn -ntp -B test install sonar:sonar -pl .,search-core,provider/search-aws -Ddeployment.environment=prod -Dsonar.login=${SONAR_USERNAME} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.branch.name=${BRANCH_NAME}
- mvn -ntp -B test install -pl .,search-core,provider/search-aws -Ddeployment.environment=prod
- mvn sonar:sonar -pl .,provider/search-aws -Dsonar.login=${SONAR_USERNAME} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.branch.name=${BRANCH_NAME}
- echo "Building integration testing assemblies and gathering artifacts..."
- ./testing/integration-tests/search-test-aws/build-aws/prepare-dist.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment