Use newer version of ruby

Цей коміт міститься в:
2020-03-13 10:13:50 -04:00
джерело 00c8f025bb
коміт f30dd6cc81
2 змінених файлів з 4 додано та 4 видалено

Переглянути файл

@@ -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

Переглянути файл

@@ -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