Pass system properties to releaser build command
This commit is contained in:
@@ -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