Skip to content
Snippets Groups Projects
Commit 4022d7dc authored by Derek Hudson's avatar Derek Hudson
Browse files

Merge branch 'aws-fix-build' into 'master'

chore: Fixing AWS build.

See merge request !661
parents f70f68f3 1de65ca3
No related branches found
No related tags found
1 merge request!661chore: Fixing AWS build.
Pipeline #311269 failed
......@@ -66,8 +66,8 @@ phases:
- if [ "$GIT_SECRETS_SCAN_RESULT" = "FAILED" ]; then echo "Secrets detected!" && exit 1; fi
- echo "Building primary service assemblies..."
- mvn -ntp -B test install -pl .,partition-core,provider/partition-aws -P core, aws -Ddeployment.environment=prod
- mvn sonar:sonar -pl .,provider/partition-aws -P aws -Dsonar.login=${SONAR_USERNAME} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.branch.name=${BRANCH_NAME} -Dsonar.host.url=${SONAR_URL}
- mvn -ntp -B test install -P core,aws -Ddeployment.environment=prod
- mvn sonar:sonar -P aws -Dsonar.login=${SONAR_USERNAME} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.branch.name=${BRANCH_NAME} -Dsonar.host.url=${SONAR_URL}
- echo "Building integration testing assemblies and gathering artifacts..."
- ./testing/partition-test-aws/build-aws/prepare-dist.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment