Repository: incubator-ariatosca-website Updated Branches: refs/heads/asf-site 758bd1d16 -> 915ae149b
Automatic Site Publish by Buildbot Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/commit/915ae149 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/tree/915ae149 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/diff/915ae149 Branch: refs/heads/asf-site Commit: 915ae149beb30bf4adddd562c732f842df79ed7e Parents: 758bd1d Author: jenkins <[email protected]> Authored: Thu Jun 22 14:46:19 2017 +0000 Committer: jenkins <[email protected]> Committed: Thu Jun 22 14:46:19 2017 +0000 ---------------------------------------------------------------------- atom.xml | 2 +- build_site.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/915ae149/atom.xml ---------------------------------------------------------------------- diff --git a/atom.xml b/atom.xml index 9b1f424..51bb278 100644 --- a/atom.xml +++ b/atom.xml @@ -1 +1 @@ -<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.1.6">Jekyll</generator><link href="/atom.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2017-06-22T14:45:15+00:00</updated><id>/</id><title>Apache ARIA TOSCA</title><subtitle>ARIA is an agile reference implementation of automation based on OASIS TOSCA Specification. It is a framework for implementing orchestration software and a command line tool to execute TOSCA based application blueprints.</subtitle></feed> +<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.1.6">Jekyll</generator><link href="/atom.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2017-06-22T14:46:16+00:00</updated><id>/</id><title>Apache ARIA TOSCA</title><subtitle>ARIA is an agile reference implementation of automation based on OASIS TOSCA Specification. It is a framework for implementing orchestration software and a command line tool to execute TOSCA based application blueprints.</subtitle></feed> http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/915ae149/build_site.sh ---------------------------------------------------------------------- diff --git a/build_site.sh b/build_site.sh index 95c8ea6..ce449f0 100755 --- a/build_site.sh +++ b/build_site.sh @@ -10,7 +10,7 @@ gem install --install-dir ${GEM_HOME} bundler export PATH=${GEM_HOME}/bin:$PATH bundle install --path ${GEM_HOME} bundle -bundle exec jekyll build --destination $WORKDIR $WORKDIR +bundle exec jekyll build --destination $WORKDIR git checkout asf-site git clean -f -d git pull origin asf-site
