Skip to content
Snippets Groups Projects
Commit c9cd3989 authored by Marc Burnie [AWS]'s avatar Marc Burnie [AWS]
Browse files

fix: removing core profile from aws build command

parent 48de2b9e
No related branches found
No related tags found
1 merge request!871Transitioning to single CI/CD pipeline
Checking pipeline status
......@@ -69,7 +69,7 @@ phases:
- if [ "$GIT_SECRETS_SCAN_RESULT" = "FAILED" ]; then echo "Secrets detected!" && exit 1; fi
- echo "Building primary service assemblies..."
- mvn -ntp -B test install -f pom.xml -P core, aws -Ddeployment.environment=prod
- mvn -ntp -B test install -f pom.xml -P 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..."
......
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