Release train doc command should fetch spring cloud release via https
This commit is contained in:
@@ -743,7 +743,7 @@ public class ReleaserProperties implements Serializable {
|
||||
/**
|
||||
* Command to be executed to generate release train documentation.
|
||||
*/
|
||||
private String generateReleaseTrainDocsCommand = "bash release_train.sh "
|
||||
private String generateReleaseTrainDocsCommand = "SPRING_CLOUD_RELEASE_REPO=\"https://github.com/spring-cloud/spring-cloud-release.git\" bash release_train.sh "
|
||||
+ "--retrieveversions --version {{version}} --ghpages --auto";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user