Remove extra / from artifactory server param

Fixes gh-13535
This commit is contained in:
Madhura Bhave 2018-06-21 11:43:19 -07:00
parent 30f0fd1fe4
commit a7fb3cf182
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ 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/"
artifactory-server: "https://repo.spring.io"
branch: "2.0.x"
build-name: "spring-boot"
pipeline-name: "spring-boot-2.0.x"