From 14d455ee04b4f11dd94eb99972d2b15803e4a741 Mon Sep 17 00:00:00 2001 From: Piotr Stefaniak Date: Mon, 14 Jan 2013 14:24:24 +0100 Subject: [PATCH] explicit remote 'origin' in publish-site script In the publish.site script I'm setting the 'origin' url to be git@github.com:jasperblues/spring-objective-c.git so the Bamboo plan will be able to publish the docs to github site. --- build.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.xml b/build.xml index d6a35b345..841db0187 100644 --- a/build.xml +++ b/build.xml @@ -158,6 +158,8 @@ #!/bin/sh cd ${basedir} cp -fr ${basedir}/schema ${reports.dir} + git remote set-url origin git@github.com:jasperblues/spring-objective-c.git + git fetch origin gh-pages git checkout gh-pages git pull rm -fr ./coverage