You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/05/01 19:01:15 UTC

incubator-tinkerpop git commit: publish-docs.sh does not upload the tinkerpop3.graffle.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master e47d0b75f -> 82ba6ad3e


publish-docs.sh does not upload the tinkerpop3.graffle.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/82ba6ad3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/82ba6ad3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/82ba6ad3

Branch: refs/heads/master
Commit: 82ba6ad3eaf582235d76802773b7d6f515d57aef
Parents: e47d0b7
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Fri May 1 11:00:48 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Fri May 1 11:01:07 2015 -0600

----------------------------------------------------------------------
 bin/publish-docs.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/82ba6ad3/bin/publish-docs.sh
----------------------------------------------------------------------
diff --git a/bin/publish-docs.sh b/bin/publish-docs.sh
index a079faf..b072b2a 100755
--- a/bin/publish-docs.sh
+++ b/bin/publish-docs.sh
@@ -54,6 +54,7 @@ cp -R target/site/apidocs/core/. "target/svn/javadocs/${VERSION}/core"
 cp -R target/site/apidocs/full/. "target/svn/javadocs/${VERSION}/full"
 
 pushd target/svn
+rm "docs/${VERSION}/images/tinkerpop3.graffle"
 ${SVN_CMD} add * --force
 ${SVN_CMD} commit -m "Deploy docs for TinkerPop ${VERSION}"
 popd