mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-20 03:49:58 +08:00
Move the build to concourse
Closes gh-767
This commit is contained in:
8
ci/scripts/build-project.sh
Executable file
8
ci/scripts/build-project.sh
Executable 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
|
||||
Reference in New Issue
Block a user