Bumped Boot & Fixed release train command execution; fixes gh-118

This commit is contained in:
Marcin Grzejszczak
2019-01-23 13:52:56 +01:00
parent d57d8f98e7
commit 0bcb4e8bc2
6 changed files with 42 additions and 15 deletions

View File

@@ -630,7 +630,7 @@ public class ReleaserProperties implements Serializable {
/**
* Command to be executed to generate release train documentation
*/
private String generateReleaseTrainDocsCommand = "./release_train.sh --retrieveversions --version {{version}} --ghpages --auto";
private String generateReleaseTrainDocsCommand = "bash release_train.sh --retrieveversions --version {{version}} --ghpages --auto";
public static final String SYSTEM_PROPS_PLACEHOLDER = "{{systemProps}}";