Use newer version of ruby

Cette révision appartient à :
2020-03-13 10:13:50 -04:00
Parent 00c8f025bb
révision f30dd6cc81
2 fichiers modifiés avec 4 ajouts et 4 suppressions

Voir le fichier

@@ -55,8 +55,8 @@ for site in *.*/; do
chmod g+s "$deploy_dir"
fi
pushd "${site}" || exit $?
bundle install --deployment
bundle exec jekyll build --destination "$deploy_dir"
ruby -S bundle install --deployment
ruby -S bundle exec jekyll build --destination "$deploy_dir"
popd || exit $?
done

Voir le fichier

@@ -23,8 +23,8 @@ for site in *.*/; do
chmod g+s "$deploy_dir"
fi
pushd "${site}" || exit $?
bundle install --deployment
bundle exec jekyll build --destination "$deploy_dir"
ruby -S bundle install --deployment
ruby -S bundle exec jekyll build --destination "$deploy_dir"
popd || exit $?
done