Skip to content
Snippets Groups Projects
Commit a0b18c1f authored by Guillaume Caillet's avatar Guillaume Caillet
Browse files

Merge branch 'aws-sync-dev-to-master' into 'master'

AWS Merge Dev Into Master

See merge request !387
parents 5c4b2b76 9001210b
No related branches found
No related tags found
1 merge request!387AWS Merge Dev Into Master
Pipeline #205432 failed
......@@ -70,8 +70,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 sonar:sonar -pl .,register-core,provider/register-aws -Ddeployment.environment=prod -Dsonar.login=${SONAR_USERNAME} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.branch.name=${BRANCH_NAME}
- mvn -ntp -B test install -pl .,register-core,provider/register-aws -Ddeployment.environment=prod
- mvn sonar:sonar -pl .,provider/register-aws -Dsonar.login=${SONAR_USERNAME} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.branch.name=${BRANCH_NAME}
- echo "Building integration testing assemblies and gathering artifacts..."
- ./testing/register-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