From 0c10ebf255651fddebf92016031b7222bf84428d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 30 Oct 2017 11:25:04 -0700 Subject: [PATCH] Add github-repo-name parameter to CI --- ci/parameters.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/parameters.yml b/ci/parameters.yml index bee807c5dd..59d9831bda 100644 --- a/ci/parameters.yml +++ b/ci/parameters.yml @@ -2,9 +2,10 @@ email-server: "smtp.svc.pivotal.io" email-from: "ci@spring.io" email-to: ["spring-boot-dev@pivotal.io"] github-repo: "https://github.com/spring-projects/spring-boot.git" +github-repo-name: "spring-projects/spring-boot" docker-hub-organization: "springci" artifactory-server: "https://repo.spring.io/" branch: "master" build-name: "spring-boot" bintray-subject: "spring" -bintray-repo: "jars" \ No newline at end of file +bintray-repo: "jars"