Run root nohttp checkstyle on CI

Closes gh-17081
This commit is contained in:
Phillip Webb 2019-06-07 20:57:02 -07:00
parent dd3d8b43cd
commit da1d4b8c3b
1 changed files with 1 additions and 0 deletions

View File

@ -5,5 +5,6 @@ source $(dirname $0)/common.sh
repository=$(pwd)/distribution-repository repository=$(pwd)/distribution-repository
pushd git-repo > /dev/null pushd git-repo > /dev/null
run_maven -N clean verify
run_maven -f spring-boot-project/pom.xml clean deploy -U -Dfull -DaltDeploymentRepository=distribution::default::file://${repository} run_maven -f spring-boot-project/pom.xml clean deploy -U -Dfull -DaltDeploymentRepository=distribution::default::file://${repository}
popd > /dev/null popd > /dev/null