removed the sc-release git repo url

This commit is contained in:
Marcin Grzejszczak
2019-06-10 16:17:04 +02:00
parent 82cd3686fc
commit 4f9bb4bb11

View File

@@ -743,7 +743,7 @@ public class ReleaserProperties implements Serializable {
/**
* Command to be executed to generate release train documentation.
*/
private String generateReleaseTrainDocsCommand = "SPRING_CLOUD_RELEASE_REPO=\"https://github.com/spring-cloud/spring-cloud-release.git\" bash release_train.sh "
private String generateReleaseTrainDocsCommand = "bash release_train.sh "
+ "--retrieveversions --version {{version}} --ghpages --auto";
/**