This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni-website.git
The following commit(s) were added to refs/heads/master by this push:
new 92b157f install bundler
92b157f is described below
commit 92b157fcce47f971afe209b692b6f60359421901
Author: Antoine Toulme <[email protected]>
AuthorDate: Tue Mar 10 09:10:53 2020 -0700
install bundler
---
publish.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/publish.sh b/publish.sh
index 8b463f8..39d4626 100755
--- a/publish.sh
+++ b/publish.sh
@@ -50,7 +50,7 @@ rvm use 2.7.0
#
cd master-branch
echo "Building site..."
-gem install bundler
+gem install bundler -v 1.16.2
bundle install && bundle exec jekyll build
if [ $? -ne 0 ]; then
echo "Build failed!"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]