Pass system properties to releaser build command

parent db3a412c
releaser: releaser:
maven: maven:
buildCommand: ./scripts/build.sh buildCommand: ./scripts/build.sh {{systemProps}}
#!/bin/bash #!/bin/bash
(cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install) (cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install ${@})
./mvnw clean install ./mvnw clean install ${@}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment