CI
This change contributes the CI scripts required to build and release the project. Signed-off-by: Ben Hale <bhale@vmware.com>
This commit is contained in:
11
scripts/deploy.sh
Executable file
11
scripts/deploy.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
[[ -d "${PWD}"/maven && ! -d "${HOME}"/.m2 ]] && ln -s "${PWD}"/maven "${HOME}"/.m2
|
||||
|
||||
REPOSITORY="${PWD}"/repository
|
||||
|
||||
cd source
|
||||
|
||||
./mvnw deploy -Dmaven.test.skip=true -DaltDeploymentRepository="local::default::file://${REPOSITORY}"
|
||||
Reference in New Issue
Block a user