Add AMPS env var to alias to optionally build AMPs

Removed trigger of downstream project on feature branch to save agents
This commit is contained in:
alandavis
2021-04-27 17:31:23 +01:00
parent 5ca3179cc8
commit f6c87dddbe
6 changed files with 25 additions and 68 deletions

View File

@@ -14,7 +14,8 @@ else
PROFILES="-PcommunityDocker"
fi
mvn -B -V install -DskipTests -Dmaven.javadoc.skip=true "${PROFILES}"
# Build the current project
mvn -B -V install -DskipTests -Dmaven.javadoc.skip=true "${PROFILES}" -Pags
popd