Pass system properties to releaser build command
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
releaser:
|
||||
maven:
|
||||
buildCommand: ./scripts/build.sh
|
||||
buildCommand: ./scripts/build.sh {{systemProps}}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
(cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install)
|
||||
./mvnw clean install
|
||||
(cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install ${@})
|
||||
./mvnw clean install ${@}
|
||||
|
||||
Reference in New Issue
Block a user