Move the build to concourse

Closes gh-767
This commit is contained in:
Madhura Bhave
2018-08-03 15:18:49 -07:00
parent 490778552a
commit beefea77cf
5 changed files with 98 additions and 0 deletions

8
ci/scripts/build-project.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -e
repository=$(pwd)/distribution-repository
pushd git-repo > /dev/null
./mvnw clean deploy -U -Pfull -DaltDeploymentRepository=distribution::default::file://${repository}
popd > /dev/null