Update releaser build
This commit is contained in:
3
config/releaser.yml
Normal file
3
config/releaser.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
releaser:
|
||||
maven:
|
||||
buildCommand: ./scripts/build.sh
|
||||
5
scripts/build.sh
Executable file
5
scripts/build.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
./src/main/bash/travis_install_consul.sh
|
||||
./src/test/bash/travis_run_consul.sh
|
||||
./mvnw clean install
|
||||
Reference in New Issue
Block a user