You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ariatosca.apache.org by jo...@apache.org on 2017/06/22 14:15:14 UTC

incubator-ariatosca-website git commit: Ensure bundler is installed.

Repository: incubator-ariatosca-website
Updated Branches:
  refs/heads/master 7c9b68b28 -> 49b992f59


Ensure bundler is installed.


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/49b992f5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/tree/49b992f5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/diff/49b992f5

Branch: refs/heads/master
Commit: 49b992f59f34dc3d67e7e382e41ac9ef64e0ac42
Parents: 7c9b68b
Author: John Ament <jo...@apache.org>
Authored: Thu Jun 22 10:15:07 2017 -0400
Committer: John Ament <jo...@apache.org>
Committed: Thu Jun 22 10:15:07 2017 -0400

----------------------------------------------------------------------
 build_site.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/49b992f5/build_site.sh
----------------------------------------------------------------------
diff --git a/build_site.sh b/build_site.sh
index 70f2e86..121e1aa 100755
--- a/build_site.sh
+++ b/build_site.sh
@@ -3,6 +3,7 @@
 WORKDIR=/tmp/incubator-ariatosca-site
 rm -rf $WORKDIR
 mkdir -p $WORKDIR
+gem install bundler
 bundle exec jekyll build --destination $WORKDIR $WORKDIR
 git checkout asf-site
 git clean -f -d