From e32e9219ee9269758d94772bef346659c841bd00 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 21 Sep 2016 11:28:33 +0100 Subject: [PATCH] Sync docs from v1.1.3.RELEASE to gh-pages --- aws/1.1.3.RELEASE/ghpages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws/1.1.3.RELEASE/ghpages.sh b/aws/1.1.3.RELEASE/ghpages.sh index 57c5da3a..8f848d81 100644 --- a/aws/1.1.3.RELEASE/ghpages.sh +++ b/aws/1.1.3.RELEASE/ghpages.sh @@ -17,7 +17,7 @@ function set_default_props() { COMMIT_CHANGES="no" MAVEN_PATH=${MAVEN_PATH:-} echo "Path to Maven is [${MAVEN_PATH}]" - REPO_NAME=${PWD##*/} + [ -z $REPO_NAME ] && REPO_NAME=${PWD##*/} echo "Repo name is [${REPO_NAME}]" SPRING_CLOUD_STATIC_REPO=${SPRING_CLOUD_STATIC_REPO:-git@github.com:spring-cloud/spring-cloud-static.git} echo "Spring Cloud Static repo is [${SPRING_CLOUD_STATIC_REPO}" @@ -327,4 +327,4 @@ build_docs_if_applicable retrieve_doc_properties stash_changes add_docs_from_target -checkout_previous_branch \ No newline at end of file +checkout_previous_branch